Limit Property

Chat2Desk

Chat2Desk

Meta..::..Limit Property

Лимит

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

Syntax


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