ConfigurationProvider.Data プロパティ

定義

このプロバイダーの構成キーと値のペア。

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)

プロパティ値

適用対象