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 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