ApplicationEndpointSettings.OwnerPhoneUri 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.
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).