ConfigurationProperty::IsRequired Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value indicating whether this ConfigurationProperty is required.

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

public:
property bool IsRequired {
	bool get();
}

Property Value

Type: System::Boolean

true if the ConfigurationProperty is required; otherwise, false. The default is false.

The following code example shows how to get the IsRequired property value for a specified configuration-property object.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: