ConfigurationSectionCollection.Count プロパティ

定義

この ConfigurationSectionCollection オブジェクト内のセクションの数を取得します。

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

プロパティ値

コレクション内のセクションの数を表す整数。

適用対象