EntityMembersGetResponse Class

Definition

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
EntityMembersGetResponse
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)

Applies to