Udostępnij przez


NameValueConfigurationElement(String, String) Konstruktor

Definicja

Inicjuje NameValueConfigurationElement nowe wystąpienie klasy na podstawie podanych parametrów.

public:
 NameValueConfigurationElement(System::String ^ name, System::String ^ value);
public NameValueConfigurationElement (string name, string value);
new System.Configuration.NameValueConfigurationElement : string * string -> System.Configuration.NameValueConfigurationElement
Public Sub New (name As String, value As String)

Parametry

value
String

Wartość NameValueConfigurationElement obiektu.

Dotyczy