SettingsProperty::Name Property

 

Gets or sets the name of the SettingsProperty.

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

public:
property String^ Name {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The name of the SettingsProperty.

The Name cannot be an empty string or null. If the SettingsProperty does not exist in the data provider, nothing can be returned.

.NET Framework
Available since 2.0
Return to top
Show: