Contact.DisplayNameOverride Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the display name that was manually entered by the user.
public:
property Platform::String ^ DisplayNameOverride { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DisplayNameOverride();
void DisplayNameOverride(winrt::hstring value);
public string DisplayNameOverride { get; set; }
var string = contact.displayNameOverride;
contact.displayNameOverride = string;
Public Property DisplayNameOverride As String
Property Value
The display name that was manually entered by the user.
Windows requirements
App capabilities |
contactsSystem
|