Enum SearchPattern
Specifies the pattern matching strategy when searching for available phone numbers.
public enum SearchPattern
Fields
Contains = 1Matches numbers that contain the specified pattern anywhere in the number.
EndsWith = 2Matches numbers that end with the specified pattern.
StartsWith = 0Matches numbers that begin with the specified pattern.