EventWaitHandleAuditRule.EventWaitHandleRights Property

Definition

Gets the access rights affected by the audit rule.

public:
 property System::Security::AccessControl::EventWaitHandleRights EventWaitHandleRights { System::Security::AccessControl::EventWaitHandleRights get(); };
public System.Security.AccessControl.EventWaitHandleRights EventWaitHandleRights { get; }
member this.EventWaitHandleRights : System.Security.AccessControl.EventWaitHandleRights
Public ReadOnly Property EventWaitHandleRights As EventWaitHandleRights

Property Value

A bitwise combination of EventWaitHandleRights values that indicates the rights affected by the audit rule.

Remarks

EventWaitHandleAuditRule objects are immutable. You can create a new audit rule representing a different user, different rights, or a different combination of AuditFlags flags, but you cannot modify an existing audit rule.

Applies to