Поделиться через


Свойство ModelMembersGetResponse.ModelMembers

Gets or sets an array of entity members.

Пространство имен:  Microsoft.MasterDataServices.Services.MessageContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<MessageBodyMemberAttribute> _
Public Property ModelMembers As Collection(Of EntityMembers)
    Get 
    Set
'Применение
Dim instance As ModelMembersGetResponse 
Dim value As Collection(Of EntityMembers)

value = instance.ModelMembers

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

Значение свойства

Тип: System.Collections.ObjectModel.Collection<EntityMembers>
Collection of type EntityMembers.

См. также

Справочник

ModelMembersGetResponse Класс

Пространство имен Microsoft.MasterDataServices.Services.MessageContracts