PSDataCollection<T>.DataAddedCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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