The formatted name of the person.

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

Syntax

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

Remarks

This property allows the name of the person to be written in a manner specific to his or her culture. The formatted name is not required to strictly correspond with the family name, given name, etc.

See Also