Share via


SPQueryUsageEntry.TotalResults property

NOTE: This API is now obsolete.

Total results of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance.

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

Syntax

'Declaration
<ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")> _
Public Property TotalResults As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Nullable(Of Integer)

value = instance.TotalResults

instance.TotalResults = value
[ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")]
public Nullable<int> TotalResults { get; set; }

Property value

Type: System.Nullable<Int32>
A Nullable<T> representation of the results.

See also

Reference

SPQueryUsageEntry class

SPQueryUsageEntry members

Microsoft.SharePoint.Administration namespace