Table of Contents

Property FieldName

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

FieldName

Gets or sets the uniquely identifiable name of the field.

[JsonProperty]
public string FieldName { get; set; }

Property Value

string

The uniquely identifiable name of the field.

Remarks

From DataMiner 10.1.11 onwards (RN 30962), the field name must meet the following requirements:

It cannot start with an underscore character (“_”).

It cannot contain any of the following characters:

  • . (period)
  • # (number sign)
  • * (asterisk)
  • , (comma)
  • " (double quote)
  • ' (single quote)