Table of Contents

Enum SearchPattern

Namespace
Vonage.Numbers
Assembly
Vonage.dll

Specifies the pattern matching strategy when searching for available phone numbers.

public enum SearchPattern

Fields

Contains = 1

Matches numbers that contain the specified pattern anywhere in the number.

EndsWith = 2

Matches numbers that end with the specified pattern.

StartsWith = 0

Matches numbers that begin with the specified pattern.