Share via


MapAddress.BuildingName Property

Definition

Gets or sets the building name of an address.

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

Property Value

String

Platform::String

winrt::hstring

The building name of an address.

Applies to

See also