IPluginHost.GetServers Property

AdiIRC API v2

IPluginHostGetServers Property

Get a list of all IServers.

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

Property Value

Type: ICollection
See Also