ChannelModeArgs.RawMessage Property

AdiIRC API v2

ChannelModeArgsRawMessage Property

Returns the raw event message

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

Property Value

Type: String
See Also