|
| DotRas SDK Documentation |
| RasConnection..::..PhoneBookPath Property |
| RasConnection Class See Also Send Feedback |
|
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 |