ChannelModeUserDeoppedArgs.Channel Property

AdiIRC API v2

ChannelModeUserDeoppedArgsChannel Property

Returns the IChannel where the user got de-opped

Namespace:  AdiIRCAPIv2.Arguments.ChannelModes
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