MapAddress.Neighborhood Property

Definition

Gets or sets the neighborhood of an address.

public:
 property Platform::String ^ Neighborhood { Platform::String ^ get(); };
winrt::hstring Neighborhood();
public string Neighborhood { get; }
var string = mapAddress.neighborhood;
Public ReadOnly Property Neighborhood As String

Property Value

String

Platform::String

winrt::hstring

The neighborhood of an address.

Applies to

See also