Share via


ImportSolutionRequest.ConvertToManaged Property

Definition

Obsolete. The system will convert unmanaged solution components to managed when you import a managed solution.

public:
 property bool ConvertToManaged { bool get(); void set(bool value); };
public bool ConvertToManaged { get; set; }
member this.ConvertToManaged : bool with get, set
Public Property ConvertToManaged As Boolean

Property Value

true if the system should convert any matching unmanaged customizations into your managed solution; otherwise, false.

Remarks

When a managed solution is imported, the platform will automatically convert to managed any unmanaged components included in the solution of the target environment, no matter this property's setting.

Applies to