IChannel.IsPrivate Property

AdiIRC API v2

IChannelIsPrivate Property

Gets whether the IChannel is private.

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

Property Value

Type: Boolean
See Also