EntityStagingGetResponse.Batches Field

Definition

Specifies a list of entity staging batches.

public: System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityStagingBatch ^> ^ Batches;
[System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", Order=1)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityStagingBatch> Batches;
[<System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", Order=1)>]
val mutable Batches : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityStagingBatch>
Public Batches As Collection(Of EntityStagingBatch) 

Field Value

Attributes

Applies to