Class SamplingMethodModel
Model for SurveySamplingMethodController
public class SamplingMethodModel
- Inheritance
-
SamplingMethodModel
- Inherited Members
Properties
SamplingMethod
SamplingMethod type
supported values: FreeIntercept, JointTargets, IndividualTargets, SamplingPoints, Addresses, AddressesWithQuota
[JsonProperty("SamplingMethod", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SamplingMethod { get; set; }