IChannelUser.HasVoice Property

AdiIRC API v2

IChannelUserHasVoice Property

Get whether user has IChannel voice (+)

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

Property Value

Type: Boolean
See Also