SignalingSession.ToTag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the tag used in the "To" header. This property might return null if not available. For both outgoing and incoming sessions, this property may not available until the session is connected. This property can be null after the session is terminated. The application is responsible for caching the tag if it requires it after the session is disconnected.
public:
property System::String ^ ToTag { System::String ^ get(); };
public string ToTag { get; }
member this.ToTag : string
Public ReadOnly Property ToTag As String