The department of the person in the organization.

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

Syntax

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

See Also