DataValue T  Value Property TIBCO Spotfire 6.0 API Reference
Gets or sets the contained value. Note that unboxed values are used, unlike the property with the same name in the base class.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[ObsoleteAttribute("Use the ValidValue property.")]
public T Value { get; set; }

Property Value

Type: T
Remarks

The value is always the default value if HasValidValue is false. Setting the value also makes HasValidValue true and ErrorValue null.
See Also