public string FormulaResultErrorValue { get; set; }Public Property FormulaResultErrorValue As String
Get
Setpublic:
property String^ FormulaResultErrorValue {
String^ get ();
void set (String^ value);
}member FormulaResultErrorValue : string with get, set