StagingBatchInformation.MemberRelationshipErrorCount Property

 

Gets or sets the count of all relationships error records in the staging batch.

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

Syntax

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

Property Value

Type: System.Int32

The count of all relationships error records in the staging batch.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top