TypedValue
A ‘typed value’ represents a value, such as text, number, date or lookup item.
Properties
Type | Name | Description |
---|---|---|
MFDataType | DataType | Specifies the type of the value. |
bool |
HasValue | Specifies whether the typed value contains a real value. |
object |
Value | Specifies the string, number or boolean value when the DataType is not a lookup type. |
Lookup | Lookup | Specifies the lookup value when the DataType is Lookup. |
Lookup[] | Lookups | Specifies the collection of Lookups when the DataType is MultiSelectLookup. |
string |
DisplayValue | Provides the value formatted for display. |
string |
SortingKey | Provides a key that can be used to sort TypedValues |
string |
SerializedValue | Provides the typed value in a serialized format suitable to be used in URIs. |
This is related to the TypedValue class in the COM API.