The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

Enum IncludeInDebugDump

Namespace:
Varigence.Languages.Biml.Task
Assembly:
Biml.dll
C#
    public enum IncludeInDebugDump
    
  

Fields

Automatic

This value specifies that the type of the variable should be used to determine whether the variable value is included in the debug dump. String variable types will be excluded. All other types will be included. This prevents the inadvertent inclusion of password and other sensitive information in debug dumps.

Exclude

This value specifies that the variable value is excluded from the debug dump.

Include

This value specifies that the variable value is included in the debug dump.

© Varigence