Click or drag to resize

IServerUsers Property

Get a collection of IUsers in this IServer.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
List<IUser> Users { get; }

Property Value

Type: ListIUser
See Also