adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportExportFacility Class / ObjectComparisonReports Property

In This Topic
    ObjectComparisonReports Property
    In This Topic
    Gets the ObjectComparison reports returned by ImportData if the ReturnComparisonReport is specified.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ObjectComparisonReports As ReadOnlyCollection(Of ObjectComparison)
    public ReadOnlyCollection<ObjectComparison> ObjectComparisonReports {get;}
    Remarks
    This member will be null if ReturnComparisonReport is not specified, or if errors occur during import. The ObjectComparisonReportGenerator can be used to create a report based on the ObjectComparisons.
    See Also