CommonAcl.Count プロパティ

定義

現在の CommonAcl オブジェクト内のアクセス制御エントリ (ACE: Access Control Entry) の数を取得します。

public:
 property int Count { int get(); };
public override sealed int Count { get; }
member this.Count : int
Public Overrides NotOverridable ReadOnly Property Count As Integer

プロパティ値

現在の CommonAcl オブジェクト内の ACE の数。

適用対象