Megosztás a következőn keresztül:


StageAndUpgradeRequest.ConvertToManaged Property

Definition

Gets or sets whether to convert any matching unmanaged customizations into your managed solution. Obsolete.

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

Indicates whether to convert any matching unmanaged customizations into your managed solution. true to convert any matching unmanaged customizations into your managed solution, otherwise, false.

Remarks

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

Applies to