Errors Property
Summary
An IList
of errors that occurred during the compare process.
Syntax
[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.