Number of users in the channel.

Namespace:  Bone.CallbackArgs
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public int UserCount { get; internal set; }
Visual Basic (Declaration)
Public Property UserCount As Integer
Visual C++
public:
property int UserCount {
	int get ();
	void set (int value);
}

See Also