Contact.Nickname Property

Definition

Gets or sets the nickname for the Contact.

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

void Nickname(winrt::hstring value);
public string Nickname { get; set; }
var string = contact.nickname;
contact.nickname = string;
Public Property Nickname As String

Property Value

String

Platform::String

winrt::hstring

The nickname for the Contact.

Windows requirements

App capabilities
contactsSystem

Applies to