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)
Syntaxpublic override string Text { get; set; }Public Overrides Property Text As String
Get
Set
public:
virtual property String^ Text {
String^ get () override;
void set (String^ value) override;
}abstract Text : string with get, set
override Text : string with get, set
Property Value
Type:
String
Exceptions| Exception | Condition |
|---|
| NotSupportedException | The property is read only, setter will always throw this exception. |
See Also