Share via


TaskFilter.IdsToFilterBy property

Array of the tasks to filter.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property IdsToFilterBy As Integer()
    Get
    Set
'Usage
Dim instance As TaskFilter
Dim value As Integer()

value = instance.IdsToFilterBy

instance.IdsToFilterBy = value
[RemoteAttribute]
public int[] IdsToFilterBy { get; set; }

Property value

Type: []

See also

Reference

TaskFilter class

TaskFilter members

Microsoft.SharePoint.WorkManagement.Client namespace