ContactItemType.Department Property

Definition

The Department property gets or sets a string value that contains the work department for the contact.

public:
 property System::String ^ Department { System::String ^ get(); void set(System::String ^ value); };
public string Department { get; set; }
Public Property Department As String

Property Value

The Department property returns a string value that contains the work department for the contact.

Applies to