SemaphoreAuditRule.SemaphoreRights 属性

定义

获取受此审核规则影响的访问权限。

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

属性值

SemaphoreRights 值的按位组合,它指示受此审核规则影响的权限。

注解

SemaphoreAuditRule 对象是不可变的。 可以创建表示不同用户、不同权限或不同值组合 AuditFlags 的新审核规则,但不能修改现有审核规则。

适用于