[]
Gets or sets the id of the template used to generate each list item.
[JsonConverter(typeof(TemplateConverter), new object[] { true })]
public string ItemTemplateId { get; set; }
<JsonConverter(GetType(TemplateConverter), New Object() { True })>
Public Property ItemTemplateId As String