| SurveyObjectFilterExpressionValue Property |
What can be assigned depends on the left side.
Below is listed what data types are allowed depending on the left side.
Value can't be null.
Value property - Text: string
Value property - Integer: int
Value property - DateTime: DateTime
Value property - Decimal: double
Value property - Boolean: bool
Value property - TimeSpan: TimeSpan
Set property: int, IEnumerable[int] or textual representation of value (in english)
Reference property: int or IEnumerable[int] or textual representation of value (in english)
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic Object Value { get; }
Property Value
Type:
Object
See Also