Edit

Share via


ObjectSecurity.AuditRuleType Property

Definition

Gets the Type object associated with the audit rules of this ObjectSecurity object. The Type object must be an object that can be cast as a SecurityIdentifier object.

public:
 abstract property Type ^ AuditRuleType { Type ^ get(); };
public abstract Type AuditRuleType { get; }
member this.AuditRuleType : Type
Public MustOverride ReadOnly Property AuditRuleType As Type

Property Value

The type of the object associated with the audit rules of this ObjectSecurity object.

Applies to