ContactInformation.Name Property

Definition

The name of the contact.

Note

ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = contactInformation.name;
Public ReadOnly Property Name As String

Property Value

String

Platform::String

winrt::hstring

The name.

Windows requirements

App capabilities
contactsSystem

Applies to