Options Properties |
[This is preliminary documentation and is subject to change.]
The Options type exposes the following members.
| Name | Description | |
|---|---|---|
| BlockCommentBeginSymbol |
Block Comment beginning literal symbol
Default: * | |
| BlockCommentEndSymbol |
Block Comment ending literal symbol
Default: * | |
| CanOverrideTriggerHandlers |
If set to TRUE then an existing TriggerHandler can be overridden by newer TriggerHandler
Default: false | |
| Debug |
Gets or sets a value indicating whether debug log output is enabled.
| |
| LineCommentSymbol |
Comment literal symbol
Default: * | |
| LoopLimit |
Gets or sets the loop limit.
| |
| StringBeginSymbol |
Beginning string literal symbol
Default: { | |
| StringEndSymbol |
Ending string literal symbol
Default: } | |
| StringLengthLimit |
Used to limit the maximum length of a string
Default: Int32.MaxValue | |
| TriggerLimit |
Used to limit the maximum amount of triggers per page
Default: 6000 | |
| VariableCountLimit |
Used to limit the maximum amount of variables per page
Default: 1000 | |
| VariableDeclarationSymbol |
Variable literal symbol
Default: % | |
| VariableTableCountLimit |
Gets or sets the variable table count limit.
| |
| Version |
Current assembly version used internally by the compiler to handle versioning
|