MetadataGetResponse Class

Definition

The MetadataGetResponse element includes a Metadata type as a container for any requested metadata information.

public ref class MetadataGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class MetadataGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type MetadataGetResponse = class
    inherit MessageResponse
Public Class MetadataGetResponse
Inherits MessageResponse
Inheritance
MetadataGetResponse
Attributes

Constructors

Name Description
MetadataGetResponse()

Initializes a new instance of the MetadataGetResponse class.

Properties

Name Description
Metadata

Specifies the metadata objects to return in the response.

OperationResult

Specifies the operation result.

(Inherited from MessageResponse)

Applies to

See also