ImportSolutionRequest.SkipProductUpdateDependencies Property

 

Applies To: Dynamics CRM 2015

Gets or sets whether enforcement of dependencies related to product updates should be skipped.

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

Syntax

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

Property Value

Type: System.Boolean

Type: Boolean
true if enforcement of dependencies related to product updates should be skipped; otherwise, false.

Remarks

This member was added because solutions exported from a Microsoft Dynamics CRM Online organization with product updates enabled will contain dependencies on solution components that will not exist in an on-premises deployment of Microsoft Dynamics CRM 2011 or a Microsoft Dynamics CRM Online organization that has not installed the updates. This parameter allows for the installation of the solution to proceed. Any functionality in the solution that depends on missing solution components will not function as expected.

See Also

ImportSolutionRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright