ConfigurationPermission.IsUnrestricted Método
Definição
Indica se o estado de permissão do objeto ConfigurationPermission é o valor Unrestricted da enumeração PermissionState.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
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean
Retornos
true se o estado de permissão do ConfigurationPermission for o Unrestricted valor PermissionState, caso contrário, false.true if the permission state for the ConfigurationPermission is the Unrestricted value of PermissionState; otherwise, false.