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

Indicates if this subscription has a selector.

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

Syntax

public bool HasSelector { get; }
Public ReadOnly Property HasSelector As Boolean
public:
property bool HasSelector {
	bool get ();
}

Return Value

true if this subscription has a selector, false otherwise.

See Also