Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConfigurationElement::HasContext Property

.NET Framework (current version)
 

Gets a value that indicates whether the CurrentConfiguration property is null.

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

protected:
property bool HasContext {
	bool get();
}

Property Value

Type: System::Boolean

false if the CurrentConfiguration property is null; otherwise, true.

.NET Framework
Available since 4.5
Return to top
Show: