Click or drag to resize
TapiLinePermanentID Property
Gets the permanent ID of the line.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public long PermanentID { get; }

Property Value

Type: Int64
Remarks
PermanentID stays the same after the line is renamed or re-installed. If your application stores configuration settings associated with the line, you should use PermanentID instead of Name as the line identifier.
See Also