[TIBCO.EMS .NET client library 8.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
)

Parameters

name
Type: System..::.String
type
Type: System..::.Type

See Also