SettingsProperty::DefaultValue Property

 

Gets or sets the default value of the SettingsProperty object.

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

public:
property Object^ DefaultValue {
	virtual Object^ get();
	virtual void set(Object^ value);
}

Property Value

Type: System::Object^

An object containing the default value of the SettingsProperty object.

.NET Framework
Available since 2.0
Return to top
Show: