CompanyConfigurationReports Property | |
Gets or sets Reports
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [XmlArrayItemAttribute("Report")]
public List<ReportConfiguration> Reports { get; set; }
public:
[XmlArrayItemAttribute(L"Report")]
property List<ReportConfiguration^>^ Reports {
List<ReportConfiguration^>^ get ();
void set (List<ReportConfiguration^>^ value);
}
function get_Reports();
function set_Reports(value);
Property Value
Type:
ListReportConfigurationSee Also