Gets or sets the string that indicates the coordinates of an area.
Syntax
'Declaration
Public Property Coordinates As String
'Usage
Dim instance As MapArea
Dim value As String
instance.Coordinates = value
value = instance.Coordinates
public string Coordinates {get; set;}
See Also