Share via


AnnotationsCreateResponse Constructor (OperationResult)

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Public Sub New ( _
    OperationResult As OperationResult _
)
'Usage
Dim OperationResult As OperationResult

Dim instance As New AnnotationsCreateResponse(OperationResult)
public AnnotationsCreateResponse(
    OperationResult OperationResult
)
public:
AnnotationsCreateResponse(
    OperationResult^ OperationResult
)
new : 
        OperationResult:OperationResult -> AnnotationsCreateResponse
public function AnnotationsCreateResponse(
    OperationResult : OperationResult
)

Parameters