In This Topic
Gets or sets a string containing one or more semicolon-delimited fields which may be used to determine the location of an object using an external service such as Google. Typically these would be the fields specifying the address, e.g. "Address;City;PostalCode;Country".
Syntax
'Declaration
Public Property MapLocation As String
public string MapLocation {get; set;}
See Also