KnownUserProperties.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 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
The user's first name.