DistributedTransactionPermission.IsUnrestricted 方法
定义
返回一个值,该值指示是否允许对受当前权限保护的资源进行不受限制地访问。Returns a value that indicates whether unrestricted access to the resource that is protected by the current permission is allowed.
public:
virtual bool IsUnrestricted();
public bool IsUnrestricted ();
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean
返回
如果允许不受限制的使用权限所保护的资源,则为 true;否则为 false。true if unrestricted use of the resource protected by the permission is allowed; otherwise, false.