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