Determines 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 static string GetPhoneBookPath(
RasPhoneBookType phoneBookType
) |
| Visual Basic |
|---|
Public Shared Function GetPhoneBookPath (
phoneBookType As RasPhoneBookType
) As String |
| Visual C++ |
|---|
public:
static String^ GetPhoneBookPath(
RasPhoneBookType phoneBookType
) |
| F# |
|---|
static member GetPhoneBookPath :
phoneBookType : RasPhoneBookType -> string
|
Return Value
Type:
StringThe full path (including filename) of the phone book.
Remarks
See Also