ActiveDirectorySecurity::AuditRuleType Property

 

Gets the Type that represents an audit rule for this object.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
property Type^ AuditRuleType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

The Type of the audit rule.

This property always returns the Type of the ActiveDirectoryAuditRule class.

.NET Framework
Available since 2.0
Return to top
Show: