_ContactItem.Department Property

Definition

Returns or sets a String (string in C#) representing the department name for the contact. Read/write.

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

Applies to