Call.RemoteTag Property

Definition

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.

Applies to