ObjectSecurity.AccessRuleType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与此 ObjectSecurity 对象的访问规则关联的对象的 Type。 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 对象的访问规则关联的对象的类型。