MetadataCreateResponse Class
Defines the message contract for the metadata create response.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | MetadataCreateResponse() | Initializes a new instance of the MetadataCreateResponse class that has default values. |
![]() | MetadataCreateResponse(Metadata^, OperationResult^) | Initializes a new instance of the MetadataCreateResponse class that has the specified metadata objects and operation result. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | MetadataCreated | The created metadata objects. |
![]() | OperationResult | The operation result, including a unique ID for tracking and logging. |
MetadataCreateResponse can echo the created metadata objects in a Metadata complex type if it is requested.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


