Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the tel URI of the endpoint. Optional.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property OwnerPhoneUri As String
Get
Set
'Usage
Dim instance As ApplicationEndpointSettings
Dim value As String
value = instance.OwnerPhoneUri
instance.OwnerPhoneUri = value
public string OwnerPhoneUri { get; set; }
Property Value
Type: System.String
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | 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. +14255553333).
See Also
Reference
ApplicationEndpointSettings Class