Jaa


Template.Properties Property

Definition

Gets or sets properties that are not otherwise defined by the Template core type.

public Newtonsoft.Json.Linq.JObject Properties { get; set; }
member this.Properties : Newtonsoft.Json.Linq.JObject with get, set
Public Property Properties As JObject

Property Value

Newtonsoft.Json.Linq.JObject

The extended properties for the object.

Applies to