Click or drag to resize

DataObjectVersionValuePropertyLogText Property

Only used if datatype=text and haslog=true. Contains a string representation of the full log text as shown in the Web dialog. Attribute is read only. The value is read from the property xml on tbldataobjversion.

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

Property Value

Type: String
See Also