IUnrestrictedPermission.IsUnrestricted Method

Definition

Returns a value indicating whether unrestricted access to the resource protected by the permission is allowed.

public:
 bool IsUnrestricted();
public bool IsUnrestricted();
abstract member IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean

Returns

true if unrestricted use of the resource protected by the permission is allowed; otherwise, false.

Applies to