ContactDepartmentName Property |
Gets or sets a department name.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string DepartmentName { get; set; }
Public Property DepartmentName As String
Get
Set
public:
property String^ DepartmentName {
String^ get ();
void set (String^ value);
}
member DepartmentName : string with get, set
Property Value
Type:
String
See Also