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

Get or set the selector that messages need to match in order for them to pass through the selector.

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

Syntax

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

Return Value

the selector.

See Also