EntityMembersGetResponse.EntityMembersInformation Property

 

Gets or sets a complex type data response returned to describe the EntityMembers resultset that is returned in the same response.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public EntityMembersInformation EntityMembersInformation { get; set; }
public:
[MessageBodyMemberAttribute]
property EntityMembersInformation^ EntityMembersInformation {
    EntityMembersInformation^ get();
    void set(EntityMembersInformation^ value);
}
[<MessageBodyMemberAttribute>]
member EntityMembersInformation : EntityMembersInformation with get, set
<MessageBodyMemberAttribute>
Public Property EntityMembersInformation As EntityMembersInformation

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.EntityMembersInformation

EntityMembersInformation.

See Also

EntityMembersGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top