RawServerEventReceivedArgs.Numeric Property

AdiIRC API v2

RawServerEventReceivedArgsNumeric Property

The raw numeric received

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

Property Value

Type: String
Remarks
Can be a string event if the string is not supported by AdiIRC
See Also