Property IsThirdParty
IsThirdParty
Gets or sets a value indicating whether this is a third-party field (i.e. a field from an external ticketing system).
[JsonProperty]
public bool IsThirdParty { get; set; }
Property Value
- bool
true
if this is a third-party field; otherwise, false.