ExtraComment1 Property

Chat2Desk

Chat2Desk

Client..::..ExtraComment1 Property

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

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

Syntax


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