CategoryCount.CountByNeighborhood Property

 

A System.Collections.Generic.Dictionary<Neighborhood,int> object representing the number of items in the specified neighborhoods and in the category specified by the Category property. Get this property from the service response.

Syntax

public System.Collections.Generic.Dictionary<Neighborhood,int> CountByNeighborhood { set; get; }
Public Property CountByNeighborhood As System.Collections.Generic.Dictionary(Of Neighborhood, Integer)

See Also

Neighborhood Class