0 out of 1 rated this helpful - Rate this topic

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)
public enum StringMatchOption
Member nameDescription
StartsWithIndicates that the string that is being matched needs to start with the specified value.
ExactMatchIndicates that the string that is being matched needs to match exactly all of the characters in the specified value.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.