Call.LocalTag 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 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.