The ValueMapItem type exposes the following members.

Properties

  NameDescription
Public propertyConvertedValue
Gets or sets a conversion output value.
Public propertyRangeEnd
Gets or sets a value defining an upper boundary of a range that an input conversion value should fit into.
Public propertyRangeEndExclusive
Gets or sets a value indicating whether the RangeEnd property defines an open boundary.
Public propertyRangeStart
Gets or sets a value defining a lower boundary of a range that an input conversion value should fit into.
Public propertyRangeStartExclusive
Gets or sets a value indicating whether the RangeStart property defines an open boundary.
Public propertyValue
Gets or sets a value that is used as an exact match criteria for conversion input value.

See Also