[TIBCO.EMS .NET client library 7.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Returns the value of the object property with the
specified name.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public Object GetObjectProperty( string name ) |
Public Function GetObjectProperty ( _ name As String _ ) As Object |
public: Object^ GetObjectProperty( String^ name ) |
Parameters
- name
- Type: System..::.String
Get the object property with this name.
Return Value
The object property value for the specified name. When the message does not have a property set for the name, this method returns null.
Remarks
Property names must obey the JMS rules for a message selector identifier.
Property names must not be null, and must
not be empty strings.