Table of Contents

Class UpdateDomainSurveyPropertyModel

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

Contains information needed to update a domain survey property

public class UpdateDomainSurveyPropertyModel
Inheritance
UpdateDomainSurveyPropertyModel
Inherited Members

Properties

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