'Declaration
Public Function IsUnrestricted() As Boolean
'Usage
Dim instance As MessageQueuePermission Dim value As Boolean value = instance.IsUnrestricted()
public bool IsUnrestricted()
public: bool IsUnrestricted();
Return Value
true if the permission can be represented as unrestricted; otherwise, false.