UsageInfo.Hits 属性

Gets a value that specifies the cumulative number of requests for pages in the site collection during an implementation specific period.

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public ReadOnly Property Hits As Long
    Get
用法
Dim instance As UsageInfo
Dim value As Long

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

属性值

类型:System.Int64
Int64
The cumulative number of requests for pages. This value must be equal to or greater than 0.

另请参阅

引用

UsageInfo 类

UsageInfo 成员

Microsoft.SharePoint.Client 命名空间