Click or drag to resize

IServerGetUsers Property

Get a collection of IUsers in this IServer. Deprecated, use Users instead.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
ICollection GetUsers { get; }

Property Value

Type: ICollection
See Also