[TIBCO.EMS .NET client library 5.1 documentation]
THIS IS FOR INTERNAL USE ONLY
Namespace:
TIBCO.EMS
Assembly:
TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
|
---|
[ObsoleteAttribute("Use type-specific Get methods, e.g. GetIntProperty(), GetObjectProperty(), etc., instead.")]
public virtual Object GetProperty(
string name,
Type type
) |
|
---|
<ObsoleteAttribute("Use type-specific Get methods, e.g. GetIntProperty(), GetObjectProperty(), etc., instead.")> _
Public Overridable Function GetProperty ( _
name As String, _
type As Type _
) As Object |
|
---|
[ObsoleteAttribute(L"Use type-specific Get methods, e.g. GetIntProperty(), GetObjectProperty(), etc., instead.")]
public:
virtual Object^ GetProperty(
String^ name,
Type^ type
) |
See Also