System.Security.AccessControl.MutexAccessRule.MutexRights Property

Gets the rights allowed or denied by the access rule.

Syntax

public MutexRights MutexRights { get; }

Value

Documentation for this section has not yet been entered.

Remarks

System.Security.AccessControl.MutexAccessRule objects are immutable. You can create a new access rule representing a different user, different rights, or a different System.Security.AccessControl.AccessControlType, but you cannot modify an existing access rule.

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0