KnownContactProperties.Address Property

Definition

Gets the Address property name.

public:
 static property Platform::String ^ Address { Platform::String ^ get(); };
static winrt::hstring Address();
public static string Address { get; }
var string = KnownContactProperties.address;
Public Shared ReadOnly Property Address As String

Property Value

String

Platform::String

winrt::hstring

The Address property name.

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Remarks

The value returned for the Address key in a contact Properties collection is an object.

Applies to