[TIBCO.EMS .NET client library 8.1 documentation]

Returns the value of the string property with the specified name.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public string GetStringProperty(
	string name
)
Public Function GetStringProperty ( _
	name As String _
) As String
public:
String^ GetStringProperty(
	String^ name
)

Parameters

name
Type: System..::.String
Get the string property with this name.

Return Value

The string 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.

See Also