Gets or sets the middle name of the contact.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string MiddleName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MiddleName As String |
A string containing person's last name. The default is an empty string.
See Also