StagingClearResponse.RelationshipRecordsClearedCount Property

Gets or sets the cleared relationship records.

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

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property RelationshipRecordsClearedCount As Integer
    Get
    Set
'Usage
Dim instance As StagingClearResponse
Dim value As Integer

value = instance.RelationshipRecordsClearedCount

instance.RelationshipRecordsClearedCount = value
[MessageBodyMemberAttribute]
public int RelationshipRecordsClearedCount { get; set; }
[MessageBodyMemberAttribute]
public:
property int RelationshipRecordsClearedCount {
    int get ();
    void set (int value);
}
[<MessageBodyMemberAttribute>]
member RelationshipRecordsClearedCount : int with get, set
function get RelationshipRecordsClearedCount () : int
function set RelationshipRecordsClearedCount (value : int)

Property Value

Type: System.Int32
Integer representing the count.