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