Enum CustomPropertyType

Enum CustomPropertyType

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

Represents a custom property type enumeration.

public enum CustomPropertyType

Fields

Boolean = 4

The property is a boolean value.

DateTime = 2

The property is a date time value.

None = 0

The property has no type.

Number = 3

The property is an integer number.

String = 1

The property is a string value.