Click or drag to resize

ReportingViewObjectTypes Property

The object types contained in this reporting view

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("objectTypes")]
public List<ReportingViewObjectType> ObjectTypes { get; set; }

Property Value

Type: ListReportingViewObjectType
See Also