public bool ShowCalculationError { get; set; }
Public Property ShowCalculationError As Boolean
Get
Set
public:
virtual property bool ShowCalculationError {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShowCalculationError : bool with get, set
override ShowCalculationError : bool with get, set