Gets or sets value that indicates whether all other fields, that exist in source data but are not mapped, must be imported.
Syntax
'Declaration
Public Property ImportAllFields As Boolean
public bool ImportAllFields {get; set;}
Property Value
true if all other fields that are not mapped must be imported;
false otherwise.
See Also