_ContactItem.LastFirstNoSpaceAndSuffix Property

Definition

Returns a String (string in C#) that contains the last name, first name, and suffix of the user without a space. Read-only

public:
 property System::String ^ LastFirstNoSpaceAndSuffix { System::String ^ get(); };
public string LastFirstNoSpaceAndSuffix { get; }
Public ReadOnly Property LastFirstNoSpaceAndSuffix As String

Property Value

Remarks

This property is used only when the FirstName, LastName, and Suffix properties (the fields that define this property) contain Asian (DBCS) characters. Note that any such changes or entries to the FirstName, LastName, or Suffix properties will be overwritten by any subsequent changes or entries to FullName.

Applies to