ActiveDirectorySecurity.AuditRuleType Property

Definition

Gets 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

Property Value

The Type of the audit rule.

Remarks

This property always returns the Type of the ActiveDirectoryAuditRule class.

Applies to