ExtraComment3 Property

Chat2Desk

Chat2Desk

Client..::..ExtraComment3 Property

Дополнительный комментарий 3

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

Syntax


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