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