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

Get the selector used by this bridge.

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 that pass this selector will be bridged from the source destination to the target destination.

See Also