| 
            
              DatabaseNotifierExpectsOutputMeasurement Property
             | 
          
        
        
            Gets flag that determines if the implementation of the 
DynamicCalculator requires an output measurement.
            
 
        
        Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.257-beta
Syntaxprotected override bool ExpectsOutputMeasurement { get; }Protected Overrides ReadOnly Property ExpectsOutputMeasurement As Boolean
	Get
protected:
virtual property bool ExpectsOutputMeasurement {
	bool get () override;
}abstract ExpectsOutputMeasurement : bool with get
override ExpectsOutputMeasurement : bool with get
function get_ExpectsOutputMeasurement();
 View SourceProperty Value
Boolean
See Also