IChannelUser.IsPOperator Property

AdiIRC API v2

IChannelUserIsPOperator Property

Get whether user is IChannel special operator (!)

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

Property Value

Type: Boolean
See Also