The number of users in the channel.
Namespace: NetIrc2.EventsAssembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
public int UserCount { get; private set; }
public int UserCount { get; private set; }
Public Property UserCount As Integer
Get
Private Set
Public Property UserCount As Integer
Get
Private Set
public:
property int UserCount {
int get ();
private: void set (int value);
}
public:
property int UserCount {
int get ();
private: void set (int value);
}
member UserCount : int with get, private set
member UserCount : int with get, private set