IServer.ConnectionId Property

AdiIRC API v2

IServerConnectionId Property

Returns the connection id on this IServer.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
string ConnectionId { get; }
ReadOnly Property ConnectionId As String
	Get
property String^ ConnectionId {
	String^ get ();
}
abstract ConnectionId : string with get

Property Value

Type: String
See Also