IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

GroupList Property

Collection of newsgroups listed by ListGroups or ListNewGroups .

Syntax

[VB.NET]
Public ReadOnlyProperty GroupList As GroupInfoList

[C#]
public GroupInfoList GroupList {get;}

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.

Default Value

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]