EnvironmentPermission.IsUnrestricted Method

Definition

Returns a value indicating whether the current permission is unrestricted.

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

Returns

true if the current permission is unrestricted; otherwise, false.

Implements

Remarks

An unrestricted permission represents the union of all possible states of the permission.

Applies to