Click or drag to resize

PropertyValueValue Property

Depending on the property's data type the Value is either a: string (VP datatype text, SP or RP), integer (VP datatype integer, RP), Guid (SP or RP), boolean (VP datatype bool), TimeSpan (VP datatype TimeSpan), double (VP datatype decimal) or DateTime (VP datatype DateTime).

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Object Value { get; }

Property Value

Type: Object
See Also