| ITicketUserDepartments Property | 
[This is preliminary documentation and is subject to change.]
            Ticket departments to which this user has access
            When updating, a null value will ignore current departments, other values will update it accordingly
            
 
Namespace: Netadmin.Management.Ticketing.DtoAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
 Syntax
SyntaxIList<ITicketDepartment> Departments { get; set; }Property Departments As IList(Of ITicketDepartment)
	Get
	Set
Property Value
Type: 
IListITicketDepartment See Also
See Also