|
AddressSource Enumeration |
An enumeration that defines the different types of address data sources that can be used for address lookups or similar.
Namespace: Infosoft.Common.Contracts.DataContractsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public enum AddressSource
No code example is currently available or this language may not be supported.
Members Member name | Value | Description |
---|
Local | 0 |
Use the local database (GVGATEVEI) as the source for address data. This should be the default if nothing is specified.
|
DistributionInnovation | 1 |
Use the services provided by distribution innovation as the source for address data
|
See Also