Condividi tramite


Proprietà MemberRecordsClearedCount

Gets or sets the cleared member records.

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property MemberRecordsClearedCount As Integer
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Int32
Integer representing the count.