Contact.DisplayName Property

Definition

Gets or sets the display name of the contact.

public:
 property System::String ^ DisplayName { System::String ^ get(); };
public string DisplayName { get; }
member this.DisplayName : string
Public ReadOnly Property DisplayName As String

Property Value

Remarks

If no display name is set, a display name is inferred from GivenName and FamilyName.

Applies to