Partager via


Propriété StagingClearResponse.BatchesQueuedToClearCount

Gets or sets the number of batches to be cleared.

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

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property BatchesQueuedToClearCount As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
The number of batches to be cleared.

Voir aussi

Référence

StagingClearResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts