The display name of the vCard.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string DisplayName { get; set; }
Visual Basic
Public Property DisplayName As String
	Get
	Set
Visual C++
public:
property String^ DisplayName {
	String^ get ();
	void set (String^ value);
}

Remarks

This property is used by vCard applications for titles, headers, and other visual elements.

See Also