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 that indicates whether this address targets a specific endpoint.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsEndpointTarget As Boolean
Get
'Usage
Dim instance As RealTimeAddress
Dim value As Boolean
value = instance.IsEndpointTarget
public bool IsEndpointTarget { get; }
Property Value
Type: System.Boolean
True if the target is for a device (when URI is GRUU or epid exists in this address), False otherwise.