A Sandcastle Documented Class Library
ChannelModeUserHalfOppedArgsByUser Property |
Returns the IChannelUser who performed the mode change
Namespace: AdiIRCAPIv2.Arguments.ChannelModes
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public IChannelUser ByUser { get; }
Public ReadOnly Property ByUser As IChannelUser Get
public: property IChannelUser^ ByUser { IChannelUser^ get (); }
member ByUser : IChannelUser with get
Property Value
Type: IChannelUserSee Also