Skip to main content Skip to complementary content

IsReserved Property

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 – let us know how we can improve!