IChannel.Topic Property

AdiIRC API v2

IChannelTopic Property

Gets the IChannel topic.

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

Property Value

Type: String
See Also