A Sandcastle Documented Class Library
IServerAlternativeNicks Property |
Get a list of alternative nicks.
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
ICollection AlternativeNicks { get; }
ReadOnly Property AlternativeNicks As ICollection Get
property ICollection^ AlternativeNicks { ICollection^ get (); }
abstract AlternativeNicks : ICollection with get
Property Value
Type: ICollectionSee Also