Class ScreenerCreateChildConditionModel
public class ScreenerCreateChildConditionModel
- Inheritance
-
ScreenerCreateChildConditionModel
- Inherited Members
Properties
Condition
The entry condition that allows a respondent to participate in a child survey.
[JsonProperty("Condition", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Condition { get; set; }
Property Value
RoutingOrder
The routing order of the child survey.
[JsonProperty("RoutingOrder", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int RoutingOrder { get; set; }