Tag Property
Gets the [Tag] specified in the header.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Tag As String
Get
'Usage
Dim instance As FromToHeader
Dim value As String
value = instance.Tag
public string Tag { get; }
Property Value
Type: System..::..String
A string containing the tag.