OpenedDialogs Property

Chat2Desk

Chat2Desk

Operator..::..OpenedDialogs Property

Количество открытых диалогов

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

Syntax


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