FirstName Property

Chat2Desk

Chat2Desk

Operator..::..FirstName Property

Имя

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

Syntax


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