Call.RemoteTag 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 remote tag of the primary session.
public:
property System::String ^ RemoteTag { System::String ^ get(); };
public string RemoteTag { get; }
member this.RemoteTag : string
Public ReadOnly Property RemoteTag As String
Property Value
Remarks
If the call is incoming, then the FromTag is the remote tag; otherwise the ToTag is the remote tag.