| TapiLinePermanentID Property |
Gets the permanent ID of the line.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic long PermanentID { get; }Public ReadOnly Property PermanentID As Long
Get
public:
property long long PermanentID {
long long get ();
}Property Value
Type:
Int64
RemarksPermanentID 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