The role of the person (e.g. Executive).

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

Syntax

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

Remarks

The role is shown as "Profession" in Microsoft Outlook.

See Also