EntityMembersGetResponse 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 EntityMembersGetResponse element returns a response that contains one or more of the following complex types:
- EntityMembers
- EntityMembersInformation
- OperationResult
public ref class EntityMembersGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class EntityMembersGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type EntityMembersGetResponse = class
inherit MessageResponse
Public Class EntityMembersGetResponse
Inherits MessageResponse
- Inheritance
- Attributes
Constructors
EntityMembersGetResponse() |
Initializes a new instance of the EntityMembersGetResponse class. |
Properties
EntityMembers |
Specifies the entity members. |
EntityMembersInformation |
Specifies the entity members information. |
OperationResult |
Specifies the operation result. (Inherited from MessageResponse) |