Call.LocalTag Property

Definition

Gets the local tag of the primary session.

public:
 property System::String ^ LocalTag { System::String ^ get(); };
public string LocalTag { get; }
member this.LocalTag : string
Public ReadOnly Property LocalTag As String

Property Value

Remarks

If the call is incoming then the ToTag is the local tag; otherwise the FromTag is the local tag.

Applies to