IServer.Self Property

AdiIRC API v2

IServerSelf Property

Returns your own IUser on this IServer.

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

Property Value

Type: IUser
See Also