Value
Contents
[
Hide
]
Value class
Represents a value in a value list.
public class Value
Constructors
Name | Description |
---|---|
Value() | Initializes a new instance of the Value class. |
Properties
Name | Description |
---|---|
DateTimeValue { get; set; } | Gets or sets the actual value if it can be represented as DateTime. Default value is MinValue. |
Description { get; set; } | Gets or sets the description of a value. |
Duration { get; set; } | Gets or sets the actual value which is used to represent Duration. |
Id { get; set; } | Gets or sets the unique identifier of a value across a project. |
NumericValue { get; set; } | Gets or sets the actual value which is used to represent number or cost value. |
Phonetic { get; set; } | Gets or sets the phonetic information about custom field name. |
StringValue { get; set; } | Gets or sets the actual value which is used to represent Text string. |
Val { get; set; } | Gets or sets the actual value in internal representation. Prefer using strongly typed properties which are listed below. |
ValueGuid { get; } | Gets a GUID which identifies this value among others in the entire project. |
See Also
- namespace Aspose.Tasks
- assembly Aspose.Tasks