StagingClearResponse.BatchesQueuedToClearCount Property

 

Gets or sets the number of batches to be cleared.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public int BatchesQueuedToClearCount { get; set; }
public:
[MessageBodyMemberAttribute]
property int BatchesQueuedToClearCount {
    int get();
    void set(int value);
}
[<MessageBodyMemberAttribute>]
member BatchesQueuedToClearCount : int with get, set
<MessageBodyMemberAttribute>
Public Property BatchesQueuedToClearCount As Integer

Property Value

Type: System.Int32

The number of batches to be cleared.

See Also

StagingClearResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top