Click or drag to resize

DataObjectSaveOptionsDataObjectType Property

Save methods uses the type object for various lookups. The type object must match the TypeId on the DataObject being saved. If the type is not defined, it is retrived during the save operation.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectType DataObjectType { get; set; }

Property Value

Type: DataObjectType
See Also