Gets the full path (including filename) of the phone book.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public string Path { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Path As String Get |
| Visual C++ |
|---|
public: property String^ Path { String^ get (); } |
| F# |
|---|
member Path : string with get |