KnownUserProperties.FirstName Property

Definition

Gets the user's first name.

public:
 static property Platform::String ^ FirstName { Platform::String ^ get(); };
static winrt::hstring FirstName();
public static string FirstName { get; }
var string = KnownUserProperties.firstName;
Public Shared ReadOnly Property FirstName As String

Property Value

String

Platform::String

winrt::hstring

The user's first name.

Applies to