MemoryConfigurationSource.InitialData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The initial key value configuration pairs.
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; }
member this.InitialData : seq<System.Collections.Generic.KeyValuePair<string, string>> with get, set
Public Property InitialData As IEnumerable(Of KeyValuePair(Of String, String))
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.