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

Indicates whether or not this object has no negative or positive 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

a boolean to indicate whether or not both the positive and negative permissions are not set.

See Also