ObjectSecurity.AreAuditRulesCanonical 属性
定义
获取一个布尔值,该值指定与此 ObjectSecurity 对象关联的审核规则是否处于规范顺序。Gets a Boolean value that specifies whether the audit rules associated with this ObjectSecurity object are in canonical order.
public:
property bool AreAuditRulesCanonical { bool get(); };
public bool AreAuditRulesCanonical { get; }
member this.AreAuditRulesCanonical : bool
Public ReadOnly Property AreAuditRulesCanonical As Boolean
属性值
如果审核规则处于规范顺序,则为 true;否则为 false。true if the audit rules are in canonical order; otherwise, false.