ConfigurationSectionGroupCollection::Count Property

 

Gets the number of section groups in the collection.

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 section groups in the collection.

.NET Framework
Available since 2.0
Return to top
Show: