次の方法で共有


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 監査規則を変更することはできません。

適用対象