Share via


TaskQuery.CustomAttributeFilter property

Filter the tasks by custom attribute.

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

Syntax

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

value = instance.CustomAttributeFilter

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

Property value

Type: Microsoft.SharePoint.WorkManagement.Client.CustomAttributeFilter

See also

Reference

TaskQuery class

TaskQuery members

Microsoft.SharePoint.WorkManagement.Client namespace