ImportExtension.RuntimeSettings 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.
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)