BeginImportOrganizationResponse Class

Definition

Contains the response from the BeginImportOrganizationRequest.

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

Remarks

There is no return value from this operation.

Constructors

BeginImportOrganizationResponse()

Initializes a new instance of the BeginImportOrganizationResponse class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceResponse)
OperationId

Gets the ID of the asynchronous request.

(Inherited from DeferredOperationResponse)

Applies to

See also