SettingElement Constructor (String^, SettingsSerializeAs)

 

Initializes a new instance of the SettingElement class based on supplied parameters.

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

public:
SettingElement(
	String^ name,
	SettingsSerializeAs serializeAs
)

Parameters

name
Type: System::String^

The name of the SettingElement object.

serializeAs
Type: System.Configuration::SettingsSerializeAs

A SettingsSerializeAs object. This object is an enumeration used as the serialization scheme to store configuration settings.

.NET Framework
Available since 2.0
Return to top
Show: