Share via


ObjectSecurity<T>.AccessRightType 属性

定义

获取与此 ObjectSecurity`1 对象关联的可保护对象的类型。

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

属性值

与当前实例关联的可保护对象的类型。

适用于