RasPhoneBook.GetPhoneBookPath Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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 

Parameters

phoneBookType
Type: DotRas..::..RasPhoneBookType
The type of phone book to locate.

Return Value

Type: String
The full path (including filename) of the phone book.

Remarks

Custom will always return a null reference (Nothing in Visual Basic).

See Also