SemaphoreAuditRule.SemaphoreRights 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取受此审核规则影响的访问权限。
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 的新审核规则,但不能修改现有审核规则。