IChannelUser.IsHalfOperator Property

AdiIRC API v2

IChannelUserIsHalfOperator Property

Get whether user is IChannel half operator (%)

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

Property Value

Type: Boolean
See Also