BatchesQueuedToClearCount 속성
Gets or sets the number of batches to be cleared.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)
구문
‘선언
<MessageBodyMemberAttribute> _
Public Property BatchesQueuedToClearCount As Integer
Get
Set
‘사용 방법
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)
속성 값
유형: System. . :: . .Int32
An integer representing the count..