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

Indicates whether or not the Permissions object has any permissions set.

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

Syntax

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

Return Value

true if this object has no permissions set, false otherwise.

See Also