ExtendedAttribute

ExtendedAttribute class

Represents extended attributes.

The ExtendedAttribute type exposes the following members:

Properties

NameDescription
attribute_definitionGets the attribute definition.
field_idGets the id of a field.
duration_valueGets or sets value for attributes with ‘Duration’ type.
numeric_valueGets or sets a value for attributes with numeric types (Cost, Number).
date_valueGets or sets a value for attributes with date types (Date, Start, Finish).
flag_valueGets or sets a value indicating whether a flag is set for an attribute with ‘Flag’ type.
text_valueGets or sets a value for attributes with ‘Text’ type.
value_guidGets the guid of a lookup value.
value_read_onlyGets a value indicating whether a value of this
is_error_valueGets whether calculation of extended attribute’s value resulted in an error.

See Also