SettingsPropertyCollection::Item Property (String^)

 

Gets the collection item with the specified name.

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