SettingsPropertyCollection::Item Property (String^)
.NET Framework (current version)
Gets the collection item with the specified name.
Assembly: System (in System.dll)
public: property SettingsProperty^ default[ String^ name ] { SettingsProperty^ get(String^ name); }
Parameters
- name
-
Type:
System::String^
The name of the SettingsProperty object.
Property Value
Type: System.Configuration::SettingsProperty^The SettingsProperty object with the specified name.
.NET Framework
Available since 2.0
Available since 2.0
Show: