StagingGetResponse.Batches Property
Gets or sets an array of staging batches.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of StagingBatch)
Get
Friend Set
'Usage
Dim instance As StagingGetResponse
Dim value As Collection(Of StagingBatch)
value = instance.Batches
[MessageBodyMemberAttribute]
public Collection<StagingBatch> Batches { get; internal set; }
[MessageBodyMemberAttribute]
public:
property Collection<StagingBatch^>^ Batches {
Collection<StagingBatch^>^ get ();
internal: void set (Collection<StagingBatch^>^ value);
}
[<MessageBodyMemberAttribute>]
member Batches : Collection<StagingBatch> with get, internal set
function get Batches () : Collection<StagingBatch>
internal function set Batches (value : Collection<StagingBatch>)
Property Value
Type: System.Collections.ObjectModel.Collection<StagingBatch>
Collection of type StagingBatch.