Share via


ContactAddress.StreetAddress Property

Definition

Gets or sets street address associated with a contact address.

public:
 property Platform::String ^ StreetAddress { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring StreetAddress();

void StreetAddress(winrt::hstring value);
public string StreetAddress { get; set; }
var string = contactAddress.streetAddress;
contactAddress.streetAddress = string;
Public Property StreetAddress As String

Property Value

String

Platform::String

winrt::hstring

The street address associated with a contact address.

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Applies to