CorrectionValueText Property

Gets the correction explanatory text.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public override string Text { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
NotSupportedExceptionThe property is read only, setter will always throw this exception.
See Also