ToTag Property
Gets the tag used in the "To" header.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ToTag As String
Get
'Usage
Dim instance As SignalingSession
Dim value As String
value = instance.ToTag
public string ToTag { get; }
Property Value
Type: System..::..String
A string containing the Tag from the "To" header.
Remarks
This property might return nullNothingnullptrunita null reference (Nothing in Visual Basic) if not available. For both outgoing and incoming sessions, this property might not available until the session is connected.