In This Topic
Returns a value indicating whether the permission can be represented as unrestricted without any knowledge of the permission semantics.
Syntax
'Declaration
Public Function IsUnrestricted() As Boolean
public bool IsUnrestricted()
Return Value
true if the permission can be represented as unrestricted; otherwise, false.
See Also