CreateOrUpdateReservationOptions.PhoneNumbersToRemove 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 list of phone number IDs to remove from the reservation.
public System.Collections.Generic.IEnumerable<string> PhoneNumbersToRemove { get; set; }
member this.PhoneNumbersToRemove : seq<string> with get, set
Public Property PhoneNumbersToRemove As IEnumerable(Of String)