StringMatchOption enumeration

Indicates what type of string matching should be performed when comparing strings.

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

Syntax

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

Members

Member name Description
StartsWith Indicates that the string that is being matched needs to start with the specified value.
ExactMatch Indicates that the string that is being matched needs to match exactly all of the characters in the specified value.

See also

Reference

Microsoft.SharePoint.Client.Taxonomy namespace