StagingGetResponse.Batches Property

 

Gets or sets an array of staging batches.

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

Syntax

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

Property Value

Type: System.Collections.ObjectModel.Collection<StagingBatch>

Collection of type StagingBatch.

See Also

StagingGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top