Value
Contents
[
Hide
]Value class
Represents a value in a value list.
Constructors
| Name | Description |
|---|---|
| Value | Initializes a new instance of the Value class. |
Methods
| Name | Description |
|---|---|
| get_DateTimeValue | Gets the actual value if it can be represented as DateTime. Default value is DateTime::MinValue . |
| get_Description | Gets the description of a value. |
| get_Duration | Gets the actual value which is used to represent Duration . |
| get_Id | Gets the unique identifier of a value across a project. |
| get_NumericValue | Gets the actual value which is used to represent number or cost value. |
| get_Phonetic | Gets the phonetic information about custom field name. |
| get_StringValue | Gets the actual value which is used to represent Text string. |
| get_Val | Gets the actual value in internal representation. Prefer using strongly typed properties which are listed below. |
| get_ValueGuid | Gets a GUID which identifies this value among others in the entire project. |
| set_DateTimeValue | Sets the actual value if it can be represented as DateTime. Default value is DateTime::MinValue . |
| set_Description | Sets the description of a value. |
| set_Duration | Sets the actual value which is used to represent Duration . |
| set_Id | Sets the unique identifier of a value across a project. |
| set_NumericValue | Sets the actual value which is used to represent number or cost value. |
| set_Phonetic | Sets the phonetic information about custom field name. |
| set_StringValue | Sets the actual value which is used to represent Text string. |
| set_Val | Sets the actual value in internal representation. Prefer using strongly typed properties which are listed below. |