EventWaitHandleSecurity.AccessRightType 属性

定义

获取 EventWaitHandleSecurity 类用于表示访问权限的枚举类型。

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 对象,表示 EventWaitHandleRights 枚举。

注解

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

适用于