Online Property

Chat2Desk

Chat2Desk

Operator..::..Online Property

Online

Namespace:  Chat2Desk.Types
Assembly:  Chat2Desk (in Chat2Desk.dll)

Syntax


[JsonPropertyAttribute]
public int Online { get; set; }
<JsonPropertyAttribute> _
Public Property Online As Integer
	Get
	Set
[JsonPropertyAttribute]
public:
property int^ Online {
	int^ get ();
	void set (int^ value);
}