IServer.GetUsers Property

AdiIRC API v2

IServerGetUsers Property

Get a collection of IUsers in this IServer.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
ICollection GetUsers { get; }
ReadOnly Property GetUsers As ICollection
	Get
property ICollection^ GetUsers {
	ICollection^ get ();
}
abstract GetUsers : ICollection with get

Property Value

Type: ICollection
See Also