OwnerPhoneUri Property
Gets or sets the phone URI of the endpoint.
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
Remarks
Optional.
Phone URI should be in the format +12345.
Exceptions
[cref][T:System.ArgumentException]: Thrown if the value being set is not a valid URI.
See Also
Reference
ApplicationEndpointSettings Class