ExportViewCreateResponse Constructors

Definition

Initializes a new instance of the ExportViewCreateResponse class.

Overloads

ExportViewCreateResponse()

Initializes a new instance of the ExportViewCreateResponse class that has default values.

ExportViewCreateResponse(OperationResult)

Initializes a new instance of the ExportViewCreateResponse class that has the specified operation result.

ExportViewCreateResponse()

Initializes a new instance of the ExportViewCreateResponse class that has default values.

public:
 ExportViewCreateResponse();
public ExportViewCreateResponse ();
Public Sub New ()

Applies to

ExportViewCreateResponse(OperationResult)

Initializes a new instance of the ExportViewCreateResponse class that has the specified operation result.

public:
 ExportViewCreateResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public ExportViewCreateResponse (Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.ExportViewCreateResponse : Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.ExportViewCreateResponse
Public Sub New (OperationResult As OperationResult)

Parameters

OperationResult
OperationResult

The operation result, including a unique ID for tracking and logging.

Applies to