ConfigurationPermission.IsUnrestricted Method

Definition

Indicates whether the permission state for the ConfigurationPermission object is the Unrestricted value of the PermissionState enumeration.

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 permission state for the ConfigurationPermission is the Unrestricted value of PermissionState; otherwise, false.

Implements

Applies to