Depending on the property's data type the Value is either a:
string (VP datatype text or SP), integer (VP datatype integer), Guid (SP), 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
Syntaxpublic Object Value { get; }
Property Value
Type:
Object
See Also