UsageInfo.Visits - Propriété
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.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Visits As Long
Get
'Utilisation
Dim instance As UsageInfo
Dim value As Long
value = instance.Visits
public long Visits { get; }
Valeur de propriété
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.