Gets an entry name of the dialup connection.
[Visual Basic]
Public ReadOnly Property ConnectEntryName As String
[C#]
public string ConnectEntryName {get;}
Property Value
String that indicates an entry name.
Example
How to get an entry name of the dialup connection.
Dim entryName As String = dialup.ConnectEntryName
string entryName = dialup.ConnectEntryName;
See Also
AwDialupLE Class | Asterworld.Dialup Namespace