ChannelTopicArgs.NewTopic Property

AdiIRC API v2

ChannelTopicArgsNewTopic Property

Returns the new topic

Namespace:  AdiIRCAPIv2.Arguments.Channel
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public string NewTopic { get; }
Public ReadOnly Property NewTopic As String
	Get
public:
property String^ NewTopic {
	String^ get ();
}
member NewTopic : string with get

Property Value

Type: String
See Also