Value

Value class

Represents a value in a value list.

Constructors

NameDescription
ValueInitializes a new instance of the Value class.

Methods

NameDescription
get_DateTimeValueGets the actual value if it can be represented as DateTime. Default value is DateTime::MinValue .
get_DescriptionGets the description of a value.
get_DurationGets the actual value which is used to represent Duration .
get_IdGets the unique identifier of a value across a project.
get_NumericValueGets the actual value which is used to represent number or cost value.
get_PhoneticGets the phonetic information about custom field name.
get_StringValueGets the actual value which is used to represent Text string.
get_ValGets the actual value in internal representation. Prefer using strongly typed properties which are listed below.
get_ValueGuidGets a GUID which identifies this value among others in the entire project.
set_DateTimeValueSets the actual value if it can be represented as DateTime. Default value is DateTime::MinValue .
set_DescriptionSets the description of a value.
set_DurationSets the actual value which is used to represent Duration .
set_IdSets the unique identifier of a value across a project.
set_NumericValueSets the actual value which is used to represent number or cost value.
set_PhoneticSets the phonetic information about custom field name.
set_StringValueSets the actual value which is used to represent Text string.
set_ValSets the actual value in internal representation. Prefer using strongly typed properties which are listed below.