StagingBatchInformation.MemberErrorCount Property

Definition

Gets or sets the number of member creates that resulted in errors.

public:
 property int MemberErrorCount { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MemberErrorCount { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MemberErrorCount : int with get, set
Public Property MemberErrorCount As Integer

Property Value

An integer that represents the number of member creates.

Attributes

Applies to