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 XML tag is <compilewhen>.
@compilewhen constant
'**
'Our sample property.
'@compilewhen internal
Property prop1() As String