ExtraComment2 Property

Chat2Desk

Chat2Desk

Client..::..ExtraComment2 Property

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

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

Syntax


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