AuditRule::AuditFlags Property

 

Gets the audit flags for this audit rule.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
property AuditFlags AuditFlags {
	AuditFlags get();
}

Property Value

Type: System.Security.AccessControl::AuditFlags

A bitwise combination of the enumeration values. This combination specifies the audit conditions for this audit rule.

.NET Framework
Available since 2.0
Return to top
Show: