Gets the number of documents remaining the user can add for the period

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public int QuotaLeft { get; internal set; }
Visual Basic (Declaration)
Public Property QuotaLeft As Integer
Visual C++
public:
property int QuotaLeft {
	int get ();
	void set (int value);
}

See Also