The DisGUISE C# class library

PhoneBook.LookupByName Method 

Query the cache by name.

public PhoneBookEntry LookupByName(
   string name
);

Parameters

name
The name to search for.

Return Value

The entry matching the supplied name, or, if no match can be found, null.

See Also

PhoneBook Class | DisGUISE.Phone Namespace