Table of Contents

Property IsRequired

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

IsRequired

Gets or sets a value indicating whether this field is a required field (i.e. null is not allowed).

[JsonProperty]
public bool IsRequired { get; set; }

Property Value

bool

true if this is a required field; otherwise, false.