A Sandcastle Documented Class Library
ChannelServerModeUserHalfOppedArgsChannel Property |
Returns the IChannel where the user got half-opped
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: IChannelSee Also