DirectionLinkCountry Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Country Country { get; }
Public ReadOnly Property Country As Country
Get
Return Value
Type:
CountryThe Country containing this DirectionLink.
Remarks
Calling this property uses a (reasonably quick) lookup so consider storing the return value if using multiple times.
See Also