Sets or returns whether the configuration is for debug or release.
Syntax
Property Get IsDebug () As Boolean
Property Let IsDebug (Debug As Boolean) As Boolean
This syntax has these parts:
Part | Description |
Debug | Set to True for debug, False for release. |