StagingClearResponse.AttributesRecordsClearedCount Property

 

Gets or sets the number of cleared attributes records.

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

Syntax

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

Property Value

Type: System.Int32

The number of cleared attributes records.

See Also

StagingClearResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top