MetadataGetResponse Constructors

Definition

Initializes a new instance of the MetadataGetResponse class.

Overloads

MetadataGetResponse()

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

MetadataGetResponse(Metadata, OperationResult)

Initializes a new instance of the MetadataGetResponse class that has the specified metadata to retrieve and the operation result.

MetadataGetResponse()

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

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

Applies to

MetadataGetResponse(Metadata, OperationResult)

Initializes a new instance of the MetadataGetResponse class that has the specified metadata to retrieve and the operation result.

public:
 MetadataGetResponse(Microsoft::MasterDataServices::Metadata ^ Metadata, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public MetadataGetResponse (Microsoft.MasterDataServices.Metadata Metadata, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.MetadataGetResponse : Microsoft.MasterDataServices.Metadata * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.MetadataGetResponse
Public Sub New (Metadata As Metadata, OperationResult As OperationResult)

Parameters

Metadata
Metadata

The metadata to retrieve.

OperationResult
OperationResult

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

Applies to