Partager via


Propriété Batches

Gets or sets an array of staging batches.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of StagingBatch)
    Get
    Friend Set
'Utilisation
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>)

Valeur de propriété

Type : System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatch> ) > ) >
Collection of type StagingBatch.