StringMatchOption Enumeration
Indicates what type of string matching should be performed when comparing strings.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.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. |