KnownUserProperties.LastName 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 last name.
public:
static property Platform::String ^ LastName { Platform::String ^ get(); };
static winrt::hstring LastName();
public static string LastName { get; }
var string = KnownUserProperties.lastName;
Public Shared ReadOnly Property LastName As String
Property Value
The user's last name.