_ContactItem.FullName Property

Definition

Returns or sets a String (string in C#) specifying the whole, unparsed full name for the contact. Read/write.

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

Property Value

Remarks

This property is parsed into the FirstName , MiddleName , LastName, and Suffix properties, which may be changed or typed independently if they are parsed incorrectly. Any changes or entries to the FirstName, LastName, MiddleName, or Suffix properties will be overwritten by any subsequent changes or entries to FullName.

Applies to