Contact.MiddleInitial | middleInitial property

Gets and sets the middle initial in the name for a contact.

Syntax

var middleInitial = contact.middleInitial;
contact.middleInitial = middleInitial;
public string MiddleInitial { get; set; }
Public Property MiddleInitial As String
   Get
   Set
public:
property String^ MiddleInitial { 
   String^ get();
   void set (String^ value);
}

Property value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The middle initial in the name for a contact.

Requirements

Minimum supported client

Windows 8.1 Preview

Minimum supported server

Windows Server 2012 R2 Preview

Namespace

Windows.ApplicationModel.Contacts Windows::ApplicationModel::Contacts [C++]

Metadata

Windows.winmd

See also

Contact

Name

 

 

Build date: 7/19/2013