Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a list of entity staging batches to be returned.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of EntityStagingBatch)
Get
Set
'Usage
Dim instance As EntityStagingGetResponse
Dim value As Collection(Of EntityStagingBatch)
value = instance.Batches
instance.Batches = value
[MessageBodyMemberAttribute]
public Collection<EntityStagingBatch> Batches { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<EntityStagingBatch^>^ Batches {
Collection<EntityStagingBatch^>^ get ();
void set (Collection<EntityStagingBatch^>^ value);
}
[<MessageBodyMemberAttribute>]
member Batches : Collection<EntityStagingBatch> with get, set
function get Batches () : Collection<EntityStagingBatch>
function set Batches (value : Collection<EntityStagingBatch>)
Property Value
Type: System.Collections.ObjectModel.Collection<EntityStagingBatch>
A list of entity staging batches to be returned.
See Also
Reference
EntityStagingGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace