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