EntityMembersGetRequest 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 EntityMembersGetRequest element specifies the criteria in the EntityMembersGetCriteria complex type for the retrieval of entity members and their attributes.
public ref class EntityMembersGetRequest : Microsoft::MasterDataServices::Services::MessageContracts::MessageRequest
[System.ServiceModel.MessageContract]
public class EntityMembersGetRequest : Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
[<System.ServiceModel.MessageContract>]
type EntityMembersGetRequest = class
inherit MessageRequest
Public Class EntityMembersGetRequest
Inherits MessageRequest
- Inheritance
- Attributes
Constructors
EntityMembersGetRequest() |
Initializes a new instance of the EntityMembersGetRequest class. |
EntityMembersGetRequest(EntityMembersGetCriteria) |
Initializes a new instance of the EntityMembersGetRequest class. |
Properties
International |
Specifies client localization information. (Inherited from MessageRequest) |
MembersGetCriteria |
Specifies the members get criteria. |
RequestId |
Specifies the request identifier. (Inherited from MessageRequest) |