Click or drag to resize

ReportingViewsViews Property

List of reporting views, standard and custom.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.ExportMappings
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[XmlArrayAttribute("views")]
[XmlArrayItemAttribute(Type = typeof(ReportingView))]
public List<ReportingView> Views { get; set; }

Property Value

Type: ListReportingView
See Also