MemoryConfigurationSource.InitialData 屬性

定義

初始索引鍵值組態組。

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ InitialData { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ get(); void set(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ value); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> InitialData { get; set; }
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string?>>? InitialData { get; set; }
member this.InitialData : seq<System.Collections.Generic.KeyValuePair<string, string>> with get, set
Public Property InitialData As IEnumerable(Of KeyValuePair(Of String, String))

屬性值

適用於