AssignedName Property

Chat2Desk

Chat2Desk

Client..::..AssignedName Property

Присвоенное имя

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

Syntax


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