ChannelActionMessageArgs.Message Property

AdiIRC API v2

ChannelActionMessageArgsMessage Property

Returns the message

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

Property Value

Type: String
See Also