Click or drag to resize

WoActionLogProp Properties

The WoActionLogProp type exposes the following members.

Properties
  NameDescription
Public propertyTypeId
Property type (enumeration member);
Public propertyValueInt
Field where values for integer-based properties are stored. This property is nullable. E.g. default value is null; and BO must understand the difference between zero and null.
Public propertyValueStr
Field where values for text-based properties are stored. This property is nullable. E.g. default value is null; and BO must understand the difference between zero-length string and null.
Public propertyWoActionLogId
Reference to parent Action Log record.
Top
See Also