UpdateResponse Class

Definition

Contains the response from theUpdateRequest.

public ref class UpdateResponse : Microsoft::Xrm::Sdk::Deployment::DeploymentServiceResponse
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="UpdateResponse", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class UpdateResponse : Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="UpdateResponse", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type UpdateResponse = class
    inherit DeploymentServiceResponse
Public Class UpdateResponse
Inherits DeploymentServiceResponse
Inheritance
Attributes

Remarks

There is no return value from this operation.

Constructors

UpdateResponse()

Initializes a new instance of the UpdateResponse class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceResponse)

Applies to

See also