Returns whether the notes should be exported.

Type Info:

ExportNote As Boolean
Example:
Dim Wiz As New ExportWizard
Dim ExportNote As Boolean

' initialize wizard
[...]

If (Wiz.Show) Then
	ExportNote = Wiz.ExportNote

	' more actions
	[...]
End If
Remarks: Read-only property.
See also:

Class ExportWizard

Last Updated: 07/26/05