Property History
History
Gets or sets the ticket history.
[JsonProperty]
protected SortedDictionary<TicketHistory.HistoryKey, HashSet<TicketHistory.ChangedProperty>> History { get; set; }
Property Value
- SortedDictionary<TicketHistory.HistoryKey, HashSet<TicketHistory.ChangedProperty>>
The ticket history.