PSDataCollection<T>.DataAddedCount Property

Definition

An int that tells the frequency of Data Added events fired. Raises the DataAdded event only when data has been added a multiple of this many times, or when collection can receive no more data, if further data is added past the last event prior to completion.

public:
 property int DataAddedCount { int get(); void set(int value); };
public:
 property int DataAddedCount { int get(); void set(int value); };
public int DataAddedCount { get; set; }
member this.DataAddedCount : int with get, set
Public Property DataAddedCount As Integer

Property Value

Applies to