ValidationErrorInfo Struct
Contains specific information about an error encountered by the «see M:WixToolset.Dtf.WindowsInstaller.View.Validate(WixToolset.Dtf.WindowsInstaller.Record)» , «see M:WixToolset.Dtf.WindowsInstaller.View.ValidateNew(WixToolset.Dtf.WindowsInstaller.Record)» , or «see M:WixToolset.Dtf.WindowsInstaller.View.ValidateFields(WixToolset.Dtf.WindowsInstaller.Record)» methods of the «see T:WixToolset.Dtf.WindowsInstaller.View» class.
Properties
Property | Description |
---|---|
Column | Gets the column containing the error, or null if the error applies to the whole row. |
Error | Gets the type of validation error encountered. |
WixToolset.Dtf.WindowsInstaller.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
Column Property
Gets the column containing the error, or null if the error applies to the whole row.
Declaration
public string Column { get; set; }
Error Property
Gets the type of validation error encountered.
Declaration
public ValidationError Error { get; set; }