SettingElementCollection::Get Method (String^)

 

Gets a SettingElement object from the collection.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
SettingElement^ Get(
	String^ elementKey
)

Parameters

elementKey
Type: System::String^

A string value representing the SettingElement object in the collection.

.NET Framework
Available since 2.0
Return to top
Show: