ObjectSecurity.AccessRuleType 属性

定义

Type获取与此对象的访问规则ObjectSecurity关联的对象。 该 Type 对象必须是可强制转换为 SecurityIdentifier 对象的对象。

public:
 abstract property Type ^ AccessRuleType { Type ^ get(); };
public abstract Type AccessRuleType { get; }
member this.AccessRuleType : Type
Public MustOverride ReadOnly Property AccessRuleType As Type

属性值

与此对象的访问规则 ObjectSecurity 关联的对象的类型。

适用于