ActiveDirectorySecurity.AuditRuleType 属性

定义

获取表示此对象审核规则的 TypeGets the Type that represents an audit rule for this object.

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

属性值

Type

审核规则的 TypeThe Type of the audit rule.

注解

此属性始终返回 Type ActiveDirectoryAuditRule 类的。This property always returns the Type of the ActiveDirectoryAuditRule class.

适用于