Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConfigurationSectionGroup::Name Property

 

Gets the name property of this ConfigurationSectionGroup object.

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

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The name property of this ConfigurationSectionGroup object.

The Name property value is the name of the section group that does not contain the parent section groups.

The following code example shows how to display the name of this instance of the ConfigurationSectionGroup class. This is part of a larger example provided in the overview for the ConfigurationSectionGroup class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: