SaveContactTask.MiddleName Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the middle name of the contact.

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property MiddleName As String
public string MiddleName { get; set; }
<object MiddleName="string" .../>

Property Value

Type: System..::.String
The middle name of the contact.

Remarks

For example, in the name “Mister John Michael Doe, Junior,” Michael is the middle name.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

SaveContactTask Class

Microsoft.Phone.Tasks Namespace

Microsoft.Phone.UserData

Other Resources

Launchers and Choosers for Windows Phone 8

How to use the save contact task for Windows Phone 8

Contacts and Calendar for Windows Phone 8