Gets the page

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

Syntax

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

See Also