Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets an array of staging batches.
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of StagingBatch)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Collections.ObjectModel.Collection<StagingBatch>
Collection of type StagingBatch.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts