Touchstone 11.0 API Reference
VerifyOnly Property (ImportOptionsFlatFileBase)


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace > ImportOptionsFlatFileBase Class : VerifyOnly Property
(Optional) Indicates whether Touchstone® should only verify the data.
Syntax
Public Property VerifyOnly As Boolean
Dim instance As ImportOptionsFlatFileBase
Dim value As Boolean
 
instance.VerifyOnly = value
 
value = instance.VerifyOnly
public bool VerifyOnly {get; set;}
Remarks
Specify True if you would like Touchstone to verify but not import the data. Specify False if you would like Touchstone to verify and then import the data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImportOptionsFlatFileBase Class
ImportOptionsFlatFileBase Members