ContactAddress.StreetAddress Property

Definition

Gets or sets the street address of a contact address. The maximum string length for the street address is 1024 characters.

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 of a contact address. The maximum string length for the street address is 1024 characters.

Windows requirements

App capabilities
contactsSystem

Applies to