Phone Property

Chat2Desk

Chat2Desk

Channel..::..Phone Property

Телефон

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

Syntax


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