Command Property

Chat2Desk

Chat2Desk

Template..::..Command Property

Команда

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

Syntax


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