PhoneNumbersBrowseOptions.PhoneNumberPrefixes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The phone number prefix to match. If specified, the search will be limited to phone numbers that start with the any of the given prefixes.
public System.Collections.Generic.IList<string> PhoneNumberPrefixes { get; set; }
member this.PhoneNumberPrefixes : System.Collections.Generic.IList<string> with get, set
Public Property PhoneNumberPrefixes As IList(Of String)