DeploymentServiceClient.Update Method (DeploymentObject)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Updates a deployment record.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

public void Update(
    DeploymentObject deploymentObject
)
Public Sub Update (
    deploymentObject As DeploymentObject
)

Parameters

Implements

IDeploymentService.Update(DeploymentObject)

Remarks

Before calling this method you should call Retrieve to get the deployment entity instance. Unlike the IOrganizationService, this update method will use all attribute values in the deploymentObject instance to update the record.

See Also

Update
UpdateRequest
DeploymentEntityType
DeploymentServiceClient Class
Microsoft.Xrm.Sdk.Deployment Namespace
Deployment entities and deployment configuration settings

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright