AddTapi.NET Developer's Manual
Name Property
NamespacesTraysoft.AddTapiTapiLineName
Gets the name of the line.
Declaration Syntax
C#Visual BasicVisual C++
public string Name { get; }
Public ReadOnly Property Name As String
public:
property String^ Name {
	String^ get ();
}
Remarks
This property contains a user-friendly name of the telephony line device. This is the same name as displayed in the Telephony applet in the Control Panel. Users can rename a line in the Control Panel. If the application stores configuration settings associated with the line, PermanentID should be used instead of Name as the line identifier.

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)