RasConnection.PhoneBookPath Property

From DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the full path and filename to the phone book (PBK) containing the entry for this connection.

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

Syntax

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

Property Value

Type: String

See Also