Search
Contact.MiddleName Property
See Also
 






Gets or sets the middle name of the contact.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string MiddleName { get; set; }

Visual Basic  Copy Code

Public Property MiddleName As String

 Property Value

A string containing person's middle name. The default is an empty string.

 See Also