Edit

Share via


ApplicationEndpointSettings.OwnerPhoneUri Property

Definition

Gets or sets the tel URI of the endpoint. Optional.

public:
 property System::String ^ OwnerPhoneUri { System::String ^ get(); void set(System::String ^ value); };
public string OwnerPhoneUri { get; set; }
member this.OwnerPhoneUri : string with get, set
Public Property OwnerPhoneUri As String

Property Value

Exceptions

Thrown when the value being set is not a valid URI.

Remarks

The URI representing the telephone number corresponding to the owner of this endpoint. This should be a tel URI following the E.164 format (e.g. tel:+14255553333).

Applies to