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)

속성 값

적용 대상