Specifies when the member should be
included in the documentation. The member will be only compiled
when constant specified in this tag is also listed on
Compile-Conditional Compilation options.
If @compilewhen tag is not specified, the member is always
included. Equivalent @-style tag is
@compilewhen.
Syntax
<compilewhen>constant</compilewhen>
Example:
'''<summary>Our sample property.</summary>
'''<compilewhen>internal</compilewhen>
Property prop1() As String
See Also
Conditional Compilation
Options | @compilewhen tag