StringCompareType enumeration

Represents comparison operators that can be used when filtering queries on a string property.

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

Syntax

'Declaration
Public Enumeration StringCompareType
'Usage
Dim instance As StringCompareType
public enum StringCompareType

Members

Member name Description
NoValue No value. Value = 0.
Equals The strings are equal. Value = 1.
Contains One string is a substring of the other string. Value = 2.
BeginsWith One string begins with the other string. Value = 3.

See also

Reference

Microsoft.SharePoint.WorkManagement.Client namespace