Value
Contents
[
Hide
]Value class
Represents a value in a value list.
The Value type exposes the following members:
Constructors
| Name | Description |
|---|---|
| Value() | Initializes a new instance of the Value class. |
Properties
| Name | Description |
|---|---|
| id | Gets or sets the unique identifier of a value across a project. |
| value_guid | Gets a GUID which identifies this value among others in the entire project. |
| val | Gets or sets the actual value in internal representation. Prefer using strongly typed properties which are listed below. |
| string_value | Gets or sets the actual value which is used to represent Text string. |
| numeric_value | Gets or sets the actual value which is used to represent number or cost value. |
| duration | Gets or sets the actual value which is used to represent Duration. |
| date_time_value | Gets or sets the actual value if it can be represented as DateTime. Default value is min date value. |
| description | Gets or sets the description of a value. |
| phonetic | Gets or sets the phonetic information about custom field name. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks