Gets the target to be used in the "To" header in the Subscribe request.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Target 
As 

RealTimeAddress
C#
public 

RealTimeAddress 
Target { 
get; }
Visual C++
public:
property 

RealTimeAddress^ 
Target {
	

RealTimeAddress^ 
get ();
}
JavaScript
function get_
target();

See Also