MetadataGetResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
MetadataGetResponse() |
Initializes a new instance of the MetadataGetResponse class. |
Properties
Metadata |
Specifies the metadata objects to return in the response. |
OperationResult |
Specifies the operation result. (Inherited from MessageResponse) |