EntityMemberAttributesGetResponse Class

Definition

The EntityMemberAttributesGetResponse element is a response that returns NULL or one of the following complex types:

  • EntityMembers
  • OperationResult
public ref class EntityMemberAttributesGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class EntityMemberAttributesGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type EntityMemberAttributesGetResponse = class
    inherit MessageResponse
Public Class EntityMemberAttributesGetResponse
Inherits MessageResponse
Inheritance
EntityMemberAttributesGetResponse
Attributes

Constructors

EntityMemberAttributesGetResponse()

Initializes a new instance of the EntityMemberAttributesGetResponse class.

Properties

EntityMembers

Specifies the entity members.

OperationResult

Specifies the operation result.

(Inherited from MessageResponse)

Applies to