[TIBCO.EMS .NET Admin client library 6.0 documentation]

Get the selector.

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

Syntax

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

Return Value

the selector or null if one is not set.

Remarks

Only messages matching the selector will be bridged to this destination.

See Also