Click or drag to resize

SurveyObjectFilterExpression Properties

The SurveyObjectFilterExpression type exposes the following members.

Properties
  NameDescription
Public propertyLeftProperty
Left property can be null
Public propertyLeftPropertySystemName
System name of a property. FixedFields are NOT supported
Public propertyOperator
Inner operator
Public propertyValue
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)
Top
See Also