MetadataGetRequest 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 MetadataGetRequest element includes MetadataSearchCriteria and MetadataResultOptions to select the desired metadata objects at the desired level of detail.
public ref class MetadataGetRequest : Microsoft::MasterDataServices::Services::MessageContracts::MessageRequest
[System.ServiceModel.MessageContract]
public class MetadataGetRequest : Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
[<System.ServiceModel.MessageContract>]
type MetadataGetRequest = class
inherit MessageRequest
Public Class MetadataGetRequest
Inherits MessageRequest
- Inheritance
- Attributes
Constructors
MetadataGetRequest() |
Initializes a new instance of the MetadataGetRequest class. |
Properties
International |
Specifies client localization information. (Inherited from MessageRequest) |
RequestId |
Specifies the request identifier. (Inherited from MessageRequest) |
ResultOptions |
Specifies the result options that determines what level of information to retrieve. |
SearchCriteria |
Specifies the search criteria that determines what metadata objects to retrieve. |