Avatar Property

Chat2Desk

Chat2Desk

Client..::..Avatar Property

Аватар

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

Syntax


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