Share via


TaskQuery.LastQueryTime property

Filter the tasks by the last query time.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property LastQueryTime As DateTime
    Get
    Set
'Usage
Dim instance As TaskQuery
Dim value As DateTime

value = instance.LastQueryTime

instance.LastQueryTime = value
[RemoteAttribute]
public DateTime LastQueryTime { get; set; }

Property value

Type: System.DateTime

See also

Reference

TaskQuery class

TaskQuery members

Microsoft.SharePoint.WorkManagement.Client namespace