CompleteName.FirstName Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the given name of a contact.

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property FirstName As String
public string FirstName { get; internal set; }

Property Value

Type: System..::.String
The given name of the contact.

Remarks

For example, in the name “Mister John Michael Doe, Junior,” John is the given name.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

CompleteName Class

Microsoft.Phone.UserData Namespace