Map Business Online SDK
AddressFieldName Property

MBO Namespace > DatasetFieldMapping Class : AddressFieldName Property
Gets or sets the name of the field containing street addresses (first address lines). Optional.
Syntax
'Declaration
 
Public Property AddressFieldName As String
public string AddressFieldName {get; set;}

Property Value

Name of the field with street addresses.
Remarks
If you want to plot your data by street address, set this property to the field name containing street addresses. Street address must be formatted like 800 Johnson Ave. City, State, and Postal code shall go in separate fields.
See Also

Reference

DatasetFieldMapping Class
DatasetFieldMapping Members