CurrentVersion Property

Chat2Desk

Chat2Desk

Info..::..CurrentVersion Property

Версия

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

Syntax


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