Gets the Tag specified in the header.

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

Syntax

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

See Also