MetadataGetRequest Class

Definition

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
MetadataGetRequest
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.

Applies to

See also