Gets the tag for the local client.

Namespace:  Microsoft.Rtc.Signaling
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();

See Also