RealTimeAddress.IsPhone Property
Gets the value indicating if the URI passed represents a phone device.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsPhone As Boolean
Get
'Usage
Dim instance As RealTimeAddress
Dim value As Boolean
value = instance.IsPhone
public bool IsPhone { get; }
Property Value
Type: System.Boolean