Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of StagingBatch)
Get
Set
'Usage
Dim instance As StagingGetResponse
Dim value As Collection(Of StagingBatch)
value = instance.Batches
instance.Batches = value
[MessageBodyMemberAttribute]
public Collection<StagingBatch> Batches { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<StagingBatch^>^ Batches {
Collection<StagingBatch^>^ get ();
void set (Collection<StagingBatch^>^ value);
}
[<MessageBodyMemberAttribute>]
member Batches : Collection<StagingBatch> with get, set
function get Batches () : Collection<StagingBatch>
function set Batches (value : Collection<StagingBatch>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<StagingBatch>
Collection of type StagingBatch.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.MessageContracts-Namespace