| 
            
              DatabaseNotifierReservedVariableNames Property
             | 
          
        
        
            Gets the list of reserved variable names.
            
        
        Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.257-beta
Syntaxprotected override string[] ReservedVariableNames { get; }Protected Overrides ReadOnly Property ReservedVariableNames As String()
	Get
protected:
virtual property array<String^>^ ReservedVariableNames {
	array<String^>^ get () override;
}abstract ReservedVariableNames : string[] with get
override ReservedVariableNames : string[] with get
function get_ReservedVariableNames();
 View SourceProperty Value
String
See Also