StagingClearResponse.MemberRecordsClearedCount-Eigenschaft

Gets or sets the number of cleared member records.

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

Syntax

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

Eigenschaftswert

Typ: System.Int32
The number of cleared member records.

Siehe auch

Verweis

StagingClearResponse Klasse

Microsoft.MasterDataServices.Services.MessageContracts-Namespace