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 batches for processing.
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 Identifier)
Get
Set
'Uso
Dim instance As StagingClearRequest
Dim value As Collection(Of Identifier)
value = instance.Batches
instance.Batches = value
[MessageBodyMemberAttribute]
public Collection<Identifier> Batches { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<Identifier^>^ Batches {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<MessageBodyMemberAttribute>]
member Batches : Collection<Identifier> with get, set
function get Batches () : Collection<Identifier>
function set Batches (value : Collection<Identifier>)
Valor de la propiedad
Tipo: System.Collections.ObjectModel.Collection<Identifier>
Collection of type Identifier.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts