Comment Property

Chat2Desk

Chat2Desk

Client..::..Comment Property

Комментарий

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

Syntax


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