ConfigurationPropertyAttribute::IsRequired Property
.NET Framework (current version)
Gets or sets a value indicating whether the decorated element property is required.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if the property is required; otherwise, false. The default is false.
The following example shows how to use the DefaultValue property.
.NET Framework
Available since 2.0
Available since 2.0
Show: