AcceptedVoipPhoneCallOptions.ContactNumber Property

Definition

Gets or sets the phone number (if applicable) of the caller to be displayed on the call UI.

public:
 property Platform::String ^ ContactNumber { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContactNumber();

void ContactNumber(winrt::hstring value);
public string ContactNumber { get; set; }
var string = acceptedVoipPhoneCallOptions.contactNumber;
acceptedVoipPhoneCallOptions.contactNumber = string;
Public Property ContactNumber As String

Property Value

String

Platform::String

winrt::hstring

The phone number (if applicable) of the caller to be displayed on the call UI. The maximum length is 128 characters.

Windows requirements

Requirements Description
App capabilities
voipCall

Applies to