IChannel.IsInviteOnly Property

AdiIRC API v2

IChannelIsInviteOnly Property

Gets whether the IChannel is invite only.

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

Property Value

Type: Boolean
See Also