Total Property

Chat2Desk

Chat2Desk

Meta..::..Total Property

Всего записей

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

Syntax


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