Message Property

Chat2Desk

Chat2Desk

ApiResponse..::..Message Property

Сообщение

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

Syntax


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