Mode Property

Chat2Desk

Chat2Desk

Info..::..Mode Property

Уровень доступа к API.

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

Syntax


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