ContactItemType.MiddleName Property

Definition

The MiddleName property gets or sets a string value that represents the middle name of a contact.

public:
 property System::String ^ MiddleName { System::String ^ get(); void set(System::String ^ value); };
public string MiddleName { get; set; }
Public Property MiddleName As String

Property Value

The MiddleName property returns a string value that represents the middle name of a contact.

Applies to