Table of Contents

Property FieldType

Namespace
Skyline.DataMiner.Net.Ticketing.Objects
Assembly
SLNetTypes.dll

FieldType

Gets or sets the type of value that will be saved in the field.

[JsonProperty]
public Type FieldType { get; set; }

Property Value

Type

The type of value that will be saved in the field.

Remarks

Usually basic types will be used (e.g. string, int, double), but any serializable type known to SLNet is supported.