ExportSolutionRequest.Managed Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: System.Boolean

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

See Also

ExportSolutionRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright