ConfigurationSectionCollection::Count Property

 

Gets the number of sections in this ConfigurationSectionCollection object.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property int Count {
	virtual int get() override;
}

Property Value

Type: System::Int32

An integer that represents the number of sections in the collection.

.NET Framework
Available since 2.0
Return to top
Show: