ElementInformation::IsCollection Property

 

Gets a value indicating whether the associated ConfigurationElement object is a ConfigurationElementCollection collection.

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

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

Property Value

Type: System::Boolean

true if the associated ConfigurationElement object is a ConfigurationElementCollection collection; otherwise, false.

The following example shows how to use the IsCollection property.

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

.NET Framework
Available since 2.0
Return to top
Show: