Class AnalysisReportInfo
Describes meta information of an analysis report.
Inheritance
System.Object
    AnalysisReportInfo
  Syntax
public class AnalysisReportInfo
  Fields
Created
The data and time when this report was created.
Declaration
public DateTime Created
  Type
System.DateTimeCreatedBy
The creator user of the report.
Declaration
public string CreatedBy
  Type
System.StringID
The unique identifier of this report.
Declaration
public Guid ID
  Type
System.GuidLanguages
The languages the report is calculated for.
Declaration
public string[] Languages
  Type
System.String[]Note
The note submitted when creating the report.
Declaration
public string Note