MetadataCreateResponse Class

Definition

The MetadataCreateResponse element can echo the created metadata objects in a Metadata complex type if requested.

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

Constructors

Name Description
MetadataCreateResponse()

Initializes a new instance of the MetadataCreateResponse class.

Properties

Name Description
MetadataCreated

Specifies the created metadata objects, including their assigned GUIDs.

OperationResult

Specifies the operation result.

(Inherited from MessageResponse)

Applies to

See also