IOptionsAddressSettings Property |
The address settings to use for address searches.
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
SyntaxIAddressSettings AddressSettings { get; set; }
Property AddressSettings As IAddressSettings
Get
Set
property IAddressSettings^ AddressSettings {
IAddressSettings^ get ();
void set (IAddressSettings^ value);
}
abstract AddressSettings : IAddressSettings with get, set
Property Value
Type:
IAddressSettings
See Also