[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

[This is preliminary documentation and is subject to change.]

Gets the copy of the list of channels sent by the server.

Namespace:  BNSharp
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
public ReadOnlyCollection<string> Channels { get; }
Visual Basic (Declaration)
Public ReadOnly Property Channels As ReadOnlyCollection(Of String)
Visual C++
public:
property ReadOnlyCollection<String^>^ Channels {
	ReadOnlyCollection<String^>^ get ();
}

See Also