EntityStagingBatch.MemberCount Property

Definition

Gets or sets the total number of members in the batch.

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

Property Value

The total number of members in the batch.

Attributes

Applies to