BingAddress Properties
Obsolete. This class represents the address information obtained from the Bing GIS services.| Name | Description |
|---|---|
| AddressLine | Gets or sets the official street line of an address relative to the area, as specified by the BingAddress.Locality or BingAddress.PostalCode properties. |
| AdminDistrict | Gets or sets the subdivision name in the country or region for an address. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| CountryRegion | Gets or sets the country or region name of an address. |
| CountryRegionIso2 | Gets or sets the two-letter ISO country code. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| District | Gets or sets the subdivision name in the country or region for an address. |
| FormattedAddress | Gets or sets the complete address. Inherited from AddressBase. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| Locality | Gets or sets the populated place for the address. |
| Neighborhood | Gets or sets the neighborhood for an address. |
| PostalCode | Gets or sets the post code, postal code, or ZIP Code of an address. |
| PostalTown | Gets or sets the city or neighborhood that corresponds to the BingAddress.PostalCode of the address information obtained from Bing GIS services. |
See Also