Gets the total groups count for the request

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

Syntax

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

See Also