Table of Contents

Class SampleUpdateStatus

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

DTO for returning the result of a SampleData update operation

public class SampleUpdateStatus
Inheritance
SampleUpdateStatus
Inherited Members

Properties

ResultStatus

result of the update operation

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

Property Value

bool