DefaultSettingValueAttribute Constructor (String^)
.NET Framework (current version)
Initializes an instance of the DefaultSettingValueAttribute class.
Assembly: System (in System.dll)
The supplied string must be a value that is compatible with the available serialization mechanism associated with the property type. For example, if the property is of type Color, then a value of "Azure" would be valid.
Caution |
|---|
The default values specified by this attribute are stored as plain text in the resultant compiled .exe or .dll file. Therefore these default values are inherently insecure. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
