DeleteResponse Class

Definition

Contains the response from the DeleteRequest.

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

Remarks

There is no return value from this operation.

Constructors

DeleteResponse()

Initializes a new instance of the DeleteResponse class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceResponse)

Applies to

See also