ObjectSecurity.AreAccessRulesProtected プロパティ

定義

この ObjectSecurity オブジェクトに関連付けられている随意アクセス制御リスト (DACL) が保護されているかどうかを指定するブール値を取得します。

public:
 property bool AreAccessRulesProtected { bool get(); };
public bool AreAccessRulesProtected { get; }
member this.AreAccessRulesProtected : bool
Public ReadOnly Property AreAccessRulesProtected As Boolean

プロパティ値

DACL が保護されている場合は true、それ以外の場合は false

適用対象