Click or drag to resize

ObjectVersionVersionType Property

Specifies the action, which occurred on the actual object, referred by the system object. 'C' means that with this version the object was created. 'U' means that this is an update to an existing object. [Required]

Namespace:  Aloe.EnterpriseOne.Model.Systems.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ObjectVersionsRepositoryVersionType VersionType { get; set; }

Property Value

Type: ObjectVersionsRepositoryVersionType
See Also