FindNearbyCategory.Names Property
An array of FindNearbyCategoryName instances (objects) for a given Find Nearby category.
Public Property Names As FindNearbyCategoryName()
[C#]
public property FindNearbyCategoryName[] Names
Remarks
At least one FindNearbyCategoryName instance must be present and there must be a name instance that matches the default culture for a valid Find Nearby category.
If you are working with the Location Web Service, this property appears as a public field because the FindNearbyCategory class that you access from the Web service proxy class does not implement properties (because it is generated from a WSDL document).
See Also
FindNearbyCategory Class | FindNearbyCategory Members | FindNearbyCategoryName Class | Microsoft.MapPoint.LocationServer.Types