UsageInfo.Visits property

Gets a value that specifies the cumulative number of requests for pages in the site collection, with no referring URL, or a referring URL outside of the current site collection during an implementation specific period.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Visits As Long
    Get
'Usage
Dim instance As UsageInfo
Dim value As Long

value = instance.Visits
public long Visits { get; }

Property value

Type: System.Int64
Int64
The cumulative number of requests for pages in the site collection. This value must be equal to or greater than 0.

See also

Reference

UsageInfo class

UsageInfo members

Microsoft.SharePoint.Client namespace