[TIBCO.EMS .NET client library 7.0 documentation]

Get the message selector associated with this QueueBrowser

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

Syntax

public string MessageSelector { get; }
Public ReadOnly Property MessageSelector As String
public:
property String^ MessageSelector {
	String^ get ();
}

Return Value

The associated message selector, null if none is associated.

Remarks

The browser message selector expression filters the messages that the browser presents.

See Also