MessageSentArgs.Target Property

AdiIRC API v2

MessageSentArgsTarget Property

Returns the message target

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

Property Value

Type: String
Remarks
The target can be a channel, or nick, @channel, or multiple channels.
See Also