Returns whether the data should only be imported if the translation unit is not translated.

Type Info:

ImportOnlyForNonTranslated As Boolean
Example:
Dim Wiz As New ImportWizard
Dim Import As Boolean

' initialize wizard
[...]

If (Wiz.Show) Then
	Import = Wiz.ImportOnlyForNonTranslated

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

Class ImportWizard

Last Updated: 07/26/05