StagingClearResponse.MemberRecordsClearedCount Property

 

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

[MessageBodyMemberAttribute]
public int MemberRecordsClearedCount { get; set; }
public:
[MessageBodyMemberAttribute]
property int MemberRecordsClearedCount {
    int get();
    void set(int value);
}
[<MessageBodyMemberAttribute>]
member MemberRecordsClearedCount : int with get, set
<MessageBodyMemberAttribute>
Public Property MemberRecordsClearedCount As Integer

Property Value

Type: System.Int32

The number of cleared member records.

See Also

StagingClearResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top