 |
ActivitiesTasksViewOptions Enumeration |
Enumeration of Employee View activities, Task, and Both
From ASI.TAM.API.Data.UI.Account.Employee.ViewOtherEmployeeActivity.vb
Namespace:
ASI.TAM.API.Data.UI.Lookup
Assembly:
ASI.TAM.API.Data.UI.Lookup (in ASI.TAM.API.Data.UI.Lookup.dll) Version: 2021.1.0.1
Syntaxpublic enum ActivitiesTasksViewOptions
Public Enumeration ActivitiesTasksViewOptions
Dim instance As ActivitiesTasksViewOptions
Members
| Member name | Value | Description |
---|
| NotSelected | -1 | |
| Both | 0 | |
| Activites | 1 | |
| Tasks | 2 | |
See Also