Click or drag to resize
CompanyStructureDepartments Property
Gets or sets the list of company departments.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public List<Department> Departments { get; set; }

Property Value

Type: ListDepartment
See Also