CustomAttributeFilter class

Represents filtering by custom attributes.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.WorkManagement.Client.CustomAttributeFilter

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

Syntax

'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.CustomAttributeFilter", ServerTypeId := "{0e21bb74-7473-48b1-9f7b-d1185ba1ca71}")> _
Public NotInheritable Class CustomAttributeFilter _
    Inherits ClientObject
'Usage
Dim instance As CustomAttributeFilter
[ScriptTypeAttribute("SP.WorkManagement.OM.CustomAttributeFilter", ServerTypeId = "{0e21bb74-7473-48b1-9f7b-d1185ba1ca71}")]
public sealed class CustomAttributeFilter : ClientObject

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CustomAttributeFilter members

Microsoft.SharePoint.WorkManagement.Client namespace