SettingsProperty::DefaultValue Property
.NET Framework (current version)
Gets or sets the default value of the SettingsProperty object.
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
Available since 2.0
Show: