IStreetSmartAPIGetAddressSettings Method |
Returns the object containing the address search settings
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
SyntaxTask<IAddressSettings> GetAddressSettings()
Function GetAddressSettings As Task(Of IAddressSettings)
Task<IAddressSettings^>^ GetAddressSettings()
abstract GetAddressSettings : unit -> Task<IAddressSettings>
Return Value
Type:
TaskIAddressSettingsObject containing the address settings
See Also