Public Property ImportFileCleanup As Nullable(Of ImportFileCleanup)
Dim instance As ImportOptionsFlatFileBase Dim value As Nullable(Of ImportFileCleanup) instance.ImportFileCleanup = value value = instance.ImportFileCleanup
public Nullable<ImportFileCleanup> ImportFileCleanup {get; set;}