Gets the tag used in the "To" header. This property might return null if not available. For both outgoing and incoming sessions, this property may not available until the session is connected. This property can be null after the session is terminated. The application is responsible for caching the tag if it requires it after the session is disconnected.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ToTag 
As 
String
C#
public 
string 
ToTag { 
get; }
Visual C++
public:
property 
String^ 
ToTag {
	
String^ 
get ();
}
JavaScript
function get_
toTag();

See Also