Share via


MapAddress.Street Property

Definition

Gets or sets the street of an address.

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

Property Value

String

Platform::String

winrt::hstring

The street of an address.

Applies to

See also