Description Property

Chat2Desk

Chat2Desk

ApiMode..::..Description Property

Описание

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

Syntax


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