RequestsThisMonth Property

Chat2Desk

Chat2Desk

Info..::..RequestsThisMonth Property

Количество запросов за месяц

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

Syntax


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