ExportSolutionRequest.Managed Property

Definition

Gets or sets whether the solution should be exported as a managed solution. Required.

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

Property Value

true if the solution should be exported as a managed solution; otherwise, false.

Applies to