Enum BookingType

Enum BookingType

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Specifies the booking type of a resource.

public enum BookingType

Fields

Committed = 0

Indicates Committed booking type.

Proposed = 1

Indicates Proposed booking type.

Undefined = -1

Indicates the value was not defined in original project file.

Remarks

While exporting into XML the Undefined values will be eliminated from resulting XML.