RasConnection.EntryName Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the name of the phone book entry used to establish the remote access connection.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public string EntryName { get; }
Visual Basic
Public ReadOnly Property EntryName As String
	Get
Visual C++
public:
property String^ EntryName {
	String^ get ();
}
F#
member EntryName : string with get

Property Value

Type: String

Remarks

If the connection was established without using an entry name, this member contains a PERIOD (.) followed by the phone number.

See Also