FromTag Property

Gets the tag used in the "From" header.

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

Syntax

'Declaration
Public ReadOnly Property FromTag As String
    Get
'Usage
Dim instance As SignalingSession
Dim value As String

value = instance.FromTag
public string FromTag { get; }

Property Value

Type: System..::..String
A string containing the "From" header.

Remarks

This property can return nullNothingnullptrunita null reference (Nothing in Visual Basic) if not available. For outgoing sessions, this property might not be available until the state is Alerted or Connected. For incoming sessions, the property might be available immediately.

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace