[Visual Basic] Public Function WithSeverity( _ ByVal Errors As Boolean, _ ByVal Warnings As Boolean, _ ByVal Comments As Boolean _ ) As CalculationErrors [C#] public CalculationErrors WithSeverity( bool Errors, bool Warnings, bool Comments ); [C++] public: CalculationErrors* WithSeverity( bool Errors, bool Warnings, bool Comments ); [JScript] public function WithSeverity( bool Errors, bool Warnings, bool Comments ): CalculationErrors;
CalculationErrors Class | EbsOpen Namespace