Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<MessageBodyMemberAttribute> _
Public Property BatchesQueuedToClearCount As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The number of batches to be cleared.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace