IChannel.IsSecret Property

AdiIRC API v2

IChannelIsSecret Property

Gets whether the IChannel is secret.

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

Property Value

Type: Boolean
See Also