Gets the LocalTag of the primary session.

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

Syntax

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

Remarks

If the call is incoming, then the ToTag is the local tag, otherwise the FromTag is the local tag.

See Also