Table of Contents

Class DomainSurveyPropertyModel

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

The domain survey property model.

public class DomainSurveyPropertyModel
Inheritance
DomainSurveyPropertyModel
Inherited Members

Properties

Id

The id of the domain survey property

[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long Id { get; set; }

Property Value

long

Key

The key of the property

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

Property Value

string

Value

The value of the property

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

Property Value

string