Click or drag to resize

IChannelUsers Property

Gets a collection of IChannelUsers in the IChannel.

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

Property Value

Type: ListIChannelUser
See Also