IImportExtensions2.RuntimeSettings Property

Definition

Settings that will be passed to package.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ RuntimeSettings { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.Dictionary<string,object> RuntimeSettings { get; set; }
member this.RuntimeSettings : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property RuntimeSettings As Dictionary(Of String, Object)

Property Value

Applies to