ConfigurationPropertyCollection::Item Property (String^)

 

Gets the collection item with the specified name.

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

public:
property ConfigurationProperty^ default[
	String^ name
] {
	ConfigurationProperty^ get(String^ name);
}

Parameters

name
Type: System::String^

The ConfigurationProperty to return.

Property Value

Type: System.Configuration::ConfigurationProperty^

The ConfigurationProperty with the specified name.

The following example shows how to use the Count property.

.NET Framework
Available since 2.0
Return to top
Show: