DefaultSettingValueAttribute::Value Property

 

Gets the default value for the application settings property.

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

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

Property Value

Type: System::String^

A String that represents the default value for the property.

The Value property is set in the DefaultSettingValueAttribute constructor.

Setting providers may support multiple serialization schemes that can be specified with the SettingsSerializeAsAttribute.

.NET Framework
Available since 2.0
Return to top
Show: