ItsmReceiver.TicketConfiguration Property

Definition

Gets or sets JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.

[Newtonsoft.Json.JsonProperty(PropertyName="ticketConfiguration")]
public string TicketConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ticketConfiguration")>]
member this.TicketConfiguration : string with get, set
Public Property TicketConfiguration As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to