Click or drag to resize

AttributeValue Property

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
Syntax
C#
public Object Value { get; }

Property Value

Type: Object
See Also