SignalingSession.FromTag 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 "From" header. This property may return null if not available. For outgoing sessions, this property may not be available until the state is Alerted or Connected. For incoming sessions, the property may be available right away. 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 ^ FromTag { System::String ^ get(); };
public string FromTag { get; }
member this.FromTag : string
Public ReadOnly Property FromTag As String