ContactLocationField.Value Property

Definition

Gets the value of the contact data.

Note

IContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = contactLocationField.value;
Public ReadOnly Property Value As String

Property Value

String

Platform::String

winrt::hstring

The value of the contact data.

Implements

Windows requirements

App capabilities
contactsSystem

Applies to