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

속성 값

컬렉션에 있는 섹션의 수를 나타내는 정수입니다.

적용 대상