MemberRecordsClearedCount 속성
Gets or sets the cleared member records.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)
구문
‘선언
<MessageBodyMemberAttribute> _
Public Property MemberRecordsClearedCount As Integer
Get
Set
‘사용 방법
Dim instance As StagingClearResponse
Dim value As Integer
value = instance.MemberRecordsClearedCount
instance.MemberRecordsClearedCount = value
[MessageBodyMemberAttribute]
public int MemberRecordsClearedCount { get; set; }
[MessageBodyMemberAttribute]
public:
property int MemberRecordsClearedCount {
int get ();
void set (int value);
}
[<MessageBodyMemberAttribute>]
member MemberRecordsClearedCount : int with get, set
function get MemberRecordsClearedCount () : int
function set MemberRecordsClearedCount (value : int)
속성 값
유형: System. . :: . .Int32
Integer representing the count.