←Select platform

Errors Property

Summary

An IList of errors that occurred during the compare process.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="errors")] 
public IList<string> Errors {get; set;} 
<DataMemberAttribute(Name:="errors")>  
Public Property Errors() As IList(Of String) 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"errors")] 
   property IList<String^>^ Errors 
   { 
      IList<String^>^ get() 
      void set(IList<String^>^ value) 
   } 

Property Value

An IList<string> containing error data. The default value is null.

Remarks

This property will only be populated if CompareJobData.JobState is set to CompareStatus.Failed.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly