Click or drag to resize

VirtualPropertyResolverBaseDataObjectTypes Property

System name of the data object types that the VRP "is present on". Can be empty - in which case the VRP is considered present on all data object types.

Namespace:  Omada.OE.AppLogic.VirtualProperty
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual string[] DataObjectTypes { get; }

Property Value

Type: String

Implements

IVirtualPropertyResolverDataObjectTypes
See Also