Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Query time member of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property QueryTime As DateTime
Get
Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As DateTime
value = instance.QueryTime
instance.QueryTime = value
public DateTime QueryTime { get; set; }
Property Value
Type: System.DateTime
A DateTime object with the query time.