[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Gets this message consumer's message selector expression.
Namespace:
TIBCO.EMS.UFO
Assembly:
TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
|
---|
public string MessageSelector { get; } |
|
---|
Public ReadOnly Property MessageSelector As String |
|
---|
public:
property String^ MessageSelector {
String^ get ();
} |
Return Value
This message consumer's message selector, or null if no
message selector exists for the message consumer (that is, if
the message selector was not set or was set to null or the empty string).
Remarks
See Also