NameValueConfigurationElement Constructor (String^, String^)

 

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

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

public:
NameValueConfigurationElement(
	String^ name,
	String^ value
)

Parameters

name
Type: System::String^

The name of the NameValueConfigurationElement object.

value
Type: System::String^

The value of the NameValueConfigurationElement object.

.NET Framework
Available since 2.0
Return to top
Show: