Table of Contents

Class SurveySettingModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

The model representing a Survey settings

public class SurveySettingModel
Inheritance
SurveySettingModel
Inherited Members

Properties

Name

The name

[JsonProperty("Name", Required = Required.Always)]
[Required]
[StringLength(50, MinimumLength = 1)]
public string Name { get; set; }

Property Value

string

Value

The value

[JsonProperty("Value", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[StringLength(512)]
public string Value { get; set; }

Property Value

string