'DeclarationPublic Function IsUnrestricted() As Boolean
'UsageDim 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.