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


Свойство StagingGetResponse.UnbatchedInformation

Gets or sets an array of unbatched staging information.

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

Синтаксис

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

value = instance.UnbatchedInformation

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

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

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

См. также

Справочник

StagingGetResponse Класс

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