Gets the name of the line.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic string Name { get; }Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}Property Value
Type:
String
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.
See Also