ArticleCount Property
The estimated number of articles in CurrentGroup .
Syntax
[VB.NET] Public ReadOnlyProperty ArticleCount As Integer
[C#] public int ArticleCount {get;}
Remarks
This property contains the estimated number of articles in CurrentGroup The value of this property is 0 if there is no current group (CurrentGroup is ""). Otherwise, when CurrentGroup is set it is the number of articles in the group as shown by the news server. For most news servers, this is an estimated value of the number of the articles, rather than the exact value.
This property is read-only.
Default Value
0