StagingBatchInformation.MemberErrorCount Property

 

Gets or sets the count of members in error.

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

Syntax

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

Property Value

Type: System.Int32

The count of members in error.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top