Status Property

Chat2Desk

Chat2Desk

DialogsWrapper..::..Status Property

Статус

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

Syntax


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