Skip to main content Skip to complementary content

IsReserved Property

Last updated: 6/9/2026

Overloads

IsReserved

If set to true, it means that the variable is reserved.

The default value is false.

This parameter is optional.

Examples:

* ScriptError is a reserved variable, set by the engine.

* DayNames is a reserved variable, set by the user.

JSON property name: qIsReserved

IsReserved

If set to true, it means that the variable is reserved.

The default value is false.

This parameter is optional.

Examples:

  • ScriptError is a reserved variable, set by the engine.
  • DayNames is a reserved variable, set by the user.

JSON property name: qIsReserved

Declaration

      bool IsReserved { get; set; }
    

Property Value

Type Description
System.Boolean

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!