ConfigurationProperty::Name Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the name of this ConfigurationProperty.

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

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

Property Value

Type: System::String^

The name of the ConfigurationProperty.

If an instance of a ConfigurationProperty is a default collection, its name will be automatically defined to be an empty string.

The following code example shows how to get the Name for a specified property.

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

.NET Framework
Available since 2.0
Return to top
Show: