FindAddressSpecification Class

FindAddressSpecification Class

Contains the search specification used in the FindServiceSoap.FindAddress method. Specifies the address to find, the search options to use, and the data source from which to get results.


Public Class FindAddressSpecification Inherits System.Object


[C#]

public class FindAddressSpecification : System.Object

Public Properties

Name Description
public propertyDataSourceName

A string representing the name of the data source (DataSource.Name property) in which to search for the address.

public propertyInputAddress

The address (Address object) to find.

public propertyOptions

The search options (FindOptions object), which may include the range of results, the threshold score of results returned, and a flag to identify which objects are desired in the returned results.

Remarks

See Also

  FindServiceSoap.FindAddress Method   |   DataSource.Name Property   |   Address Class   |   FindOptions Class