ConfigurationPropertyCollection::Item Property (String^)
.NET Framework (current version)
Gets the collection item with the specified name.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: