State Property

Chat2Desk

Chat2Desk

Dialog..::..State Property

Состояние диалога

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

Syntax


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