MutexSecurity.AccessRightType 属性

定义

获取 MutexSecurity 类用于表示访问规则的枚举。

public:
 virtual property Type ^ AccessRightType { Type ^ get(); };
public override Type AccessRightType { get; }
member this.AccessRightType : Type
Public Overrides ReadOnly Property AccessRightType As Type

属性值

Type

一个 Type 对象,表示 MutexRights 枚举。

注解

派生自类的 ObjectSecurity 类将重写 AccessRightType 属性并返回用于表示访问权限的类型。 处理包含多个安全对象的数组或集合时,请使用此属性来确定要与每个安全对象一起使用的正确枚举类型。

适用于