PropertyInformation::DefaultValue Property
.NET Framework (current version)
Gets an object containing the default value related to a configuration attribute.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Object^An object containing the default value of the configuration attribute.
The following code example demonstrates how to use the DefaultValue property. This code example is part of a larger example provided for the PropertyInformation class.
.NET Framework
Available since 2.0
Available since 2.0
Show: