IChannel.IsModerated Property

AdiIRC API v2

IChannelIsModerated Property

Gets whether the IChannel is moderated.

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

Property Value

Type: Boolean
See Also