Gets document total visits count

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

Syntax

C#
public int TotalVisits { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalVisits As Integer
Visual C++
public:
property int TotalVisits {
	int get ();
}

See Also