ConfigurationProvider.Data Propriété

Définition

Paires de clés-valeurs de configuration pour ce fournisseur.

protected:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Data { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ value); };
protected System.Collections.Generic.IDictionary<string,string> Data { get; set; }
protected System.Collections.Generic.IDictionary<string,string?> Data { get; set; }
member this.Data : System.Collections.Generic.IDictionary<string, string> with get, set
Protected Property Data As IDictionary(Of String, String)

Valeur de propriété

S’applique à