SettingsPropertyValueCollection::Item Property (String^)

 

Gets an item from the collection.

Namespace:   System.Configuration
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
Return to top
Show: