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

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsEndpointTarget 
As 
Boolean
C#
public 
bool 
IsEndpointTarget { 
get; }
Visual C++
public:
property 
bool 
IsEndpointTarget {
	
bool 
get ();
}
JavaScript
function get_
isEndpointTarget();

Field Value

True if the target is for a device (when URI is GRUU or epid exists in this address), False otherwise.

See Also