AnnotationsCreateResponse Constructors

Definition

Initializes a new instance of the AnnotationsCreateResponse class.

Overloads

AnnotationsCreateResponse()

Initializes a new instance of the AnnotationsCreateResponse class with default values.

AnnotationsCreateResponse(OperationResult)

Initializes a new instance of the AnnotationsCreateResponse class with the specified operation result.

AnnotationsCreateResponse()

Initializes a new instance of the AnnotationsCreateResponse class with default values.

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

Applies to

AnnotationsCreateResponse(OperationResult)

Initializes a new instance of the AnnotationsCreateResponse class with the specified operation result.

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

Parameters

OperationResult
OperationResult

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

Applies to