ObjectSecurity.AccessRuleType 属性

定义

获取与此 ObjectSecurity 对象的访问规则关联的对象的 TypeType 对象必须是可以转换为 SecurityIdentifier 对象的对象。

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

属性值

Type

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

适用于