Contact.FirstName 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 first name for a contact. The maximum string length for the first name is 64 characters.
public:
property Platform::String ^ FirstName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring FirstName();
void FirstName(winrt::hstring value);
public string FirstName { get; set; }
var string = contact.firstName;
contact.firstName = string;
Public Property FirstName As String
Property Value
The first name for a contact. The maximum string length for the first name is 64 characters.
Windows requirements
App capabilities |
contactsSystem
|