Click or drag to resize
Infosoft Logo

IStreetNameSearchSearchStreetname Method

Searches for the streetname beginning with the given streetSearchString.

Namespace: Infosoft.Webservices.Addresses
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
IList<AddressExchange> SearchStreetname(
	string streetSearchString,
	int searchLimit = 0
)

Parameters

streetSearchString  String
The string to search for.
searchLimit  Int32  (Optional)
The number of results to limit the search to

Return Value

IListAddressExchange
A list of possible matches for the streetname
See Also