Text Property

Chat2Desk

Chat2Desk

Message..::..Text Property

Текст

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

Syntax


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