ImportSolutionRequest.ConvertToManaged Property
Applies To: Dynamics CRM 2015
Direct the system to convert any matching unmanaged customizations into your managed solution. Optional.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public bool ConvertToManaged { get; set; }
public:
property bool ConvertToManaged {
bool get();
void set(bool value);
}
member ConvertToManaged : bool with get, set
Public Property ConvertToManaged As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if the system should convert any matching unmanaged customizations into your managed solution; otherwise, false.
Remarks
This parameter is provided so that a system that is upgraded from Microsoft Dynamics CRM 4.0 and contains unmanaged customizations that should be part of a managed solution being installed.
This scenario applies to ISVs who created solutions for Microsoft Dynamics CRM 4.0 and want to use managed solutions after their customers upgrade.
See Also
ImportSolutionRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Plan for solution development
Return to top
© 2016 Microsoft. All rights reserved. Copyright