EntityMembersInformation 属性

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

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<MessageBodyMemberAttribute> _
Public Property EntityMembersInformation As EntityMembersInformation
    Get
    Set
用法
Dim instance As EntityMembersGetResponse
Dim value As EntityMembersInformation

value = instance.EntityMembersInformation

instance.EntityMembersInformation = value
[MessageBodyMemberAttribute]
public EntityMembersInformation EntityMembersInformation { get; set; }
[MessageBodyMemberAttribute]
public:
property EntityMembersInformation^ EntityMembersInformation {
    EntityMembersInformation^ get ();
    void set (EntityMembersInformation^ value);
}
[<MessageBodyMemberAttribute>]
member EntityMembersInformation : EntityMembersInformation with get, set
function get EntityMembersInformation () : EntityMembersInformation
function set EntityMembersInformation (value : EntityMembersInformation)