LocationFilter.IncludeUncategorizedTasks property
Indicates whether tasks without locations should be included. If no location keys are specified, tasks are returned without locations.
Namespace: Microsoft.SharePoint.WorkManagement.Client
Assembly: Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property IncludeUncategorizedTasks As Boolean
Get
Set
'Usage
Dim instance As LocationFilter
Dim value As Boolean
value = instance.IncludeUncategorizedTasks
instance.IncludeUncategorizedTasks = value
[RemoteAttribute]
public bool IncludeUncategorizedTasks { get; set; }
Property value
Type: System.Boolean