suite4.net.FormDatabase Documentation

TaskType Enumeration

Specifies values representing the type of task used in the ITask and ITaskCollection interfaces.

[Visual Basic]
Public Enum TaskType
[C#]
public enum TaskType

Members

Member Name Description
Task The ITask is a task without a description.
TaskDescription The ITask is both a task and a description.
Description The ITask is a description.

Requirements

Namespace: suite4.net.FormDatabase

Assembly: suite4.net.FormDatabase (in suite4.net.FormDatabase.dll)

See Also

suite4.net.FormDatabase Namespace