CommandLineConfigurationSource.SwitchMappings Property

Definition

Gets or sets the switch mappings.

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

Property Value

Applies to