Gets or sets the last name of the contact.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public string LastName { get; set; } |
Visual Basic Copy Code |
---|
Public Property LastName As String |
A string containing person's last name. The default is an empty string.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |