GroupList Property

Collection of newsgroups listed by ListGroups or ListNewGroups .

Syntax

public GroupInfoList GroupList { get; }
Public ReadOnly Property GroupList As GroupInfoList

Remarks

This property contains a collection of newsgroups listed by ListGroups or ListNewGroups. This collection consists of a list of GroupInfo objects. These objects contain information about each group such as the name, first and last article, and whether or not you can post to the group.

GroupInfoLimit can be used to control the number of groups saved.

This collection is indexed from 0 to Count - 1.

This property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 .NET Edition - Version 20.0 [Build 8307]