Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IImportExtensions2.RuntimeSettings Property
Definition
- Assembly:
- Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll
- Package:
- Microsoft.CrmSdk.XrmTooling.PackageDeployment v9.1.0.184
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)
