TaskQuery.PinnedFilter property
Filter the tasks by pinned state.
Namespace: Microsoft.SharePoint.WorkManagement.Client
Assembly: Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property PinnedFilter As PinnedState
Get
Set
'Usage
Dim instance As TaskQuery
Dim value As PinnedState
value = instance.PinnedFilter
instance.PinnedFilter = value
[RemoteAttribute]
public PinnedState PinnedFilter { get; set; }
Property value
Type: Microsoft.SharePoint.WorkManagement.Client.PinnedState