This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
#Const Directive Example
This example uses the
#Const directive to declare conditional compiler constants for use in
#If...#Else...#End If constructs.
#Const
DebugVersion = 1 ' Will evaluate true in #If block.