LastName Property

Chat2Desk

Chat2Desk

Operator..::..LastName Property

Фамилия

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

Syntax


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