Click or drag to resize

ProvisioningDataObjectTypes Property

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[XmlArrayAttribute("dataObjectTypes")]
[XmlArrayItemAttribute("dataObjectType")]
public List<DataObjectTypeMapping> DataObjectTypes { get; set; }

Property Value

Type: ListDataObjectTypeMapping
See Also