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