StagingClearResponse.BatchesQueuedToClearCount Propiedad
Gets or sets the number of batches to be cleared.
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<MessageBodyMemberAttribute> _
Public Property BatchesQueuedToClearCount As Integer
Get
Set
'Uso
Dim instance As StagingClearResponse
Dim value As Integer
value = instance.BatchesQueuedToClearCount
instance.BatchesQueuedToClearCount = value
[MessageBodyMemberAttribute]
public int BatchesQueuedToClearCount { get; set; }
[MessageBodyMemberAttribute]
public:
property int BatchesQueuedToClearCount {
int get ();
void set (int value);
}
[<MessageBodyMemberAttribute>]
member BatchesQueuedToClearCount : int with get, set
function get BatchesQueuedToClearCount () : int
function set BatchesQueuedToClearCount (value : int)
Valor de la propiedad
Tipo: System.Int32
The number of batches to be cleared.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts