Table of Contents

Property CustomTicketFields

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

CustomTicketFields

Gets or sets the custom ticket fields of this ticket.

[JsonProperty]
public IDictionary<string, object> CustomTicketFields { get; set; }

Property Value

IDictionary<string, object>

The custom ticket fields of this ticket.