ChannelServerModeListUnquietArgs.Channel Property

AdiIRC API v2

ChannelServerModeListUnquietArgsChannel Property

Returns the IChannel where the unquiet occured

Namespace:  AdiIRCAPIv2.Arguments.ChannelServerModes
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public IChannel Channel { get; }
Public ReadOnly Property Channel As IChannel
	Get
public:
property IChannel^ Channel {
	IChannel^ get ();
}
member Channel : IChannel with get

Property Value

Type: IChannel
See Also