WoActionLogProp.ValueInt Property |
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.
Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int? ValueInt { get; set; }
Public Property ValueInt As Integer?
Get
Set
No code example is currently available or this language may not be supported.
Property Value
Nullable<Int32>
See Also