SettingsPropertyValue::Name Property

 

Gets the name of the property from the associated SettingsProperty object.

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

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

Property Value

Type: System::String^

The name of the SettingsProperty object.

.NET Framework
Available since 2.0
Return to top
Show: