ObjectSecurity<T>.AccessRightType 属性

定义

获取与此 ObjectSecurity`1 对象关联的可保护对象的类型。Gets the Type of the securable object associated with this ObjectSecurity`1 object.

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

属性值

Type

与当前实例关联的可保护对象的类型。The type of the securable object associated with the current instance.

适用于