Dataset.Annotations Property

Definition

Gets or sets list of tags that can be used for describing the Dataset.

[Newtonsoft.Json.JsonProperty(PropertyName="annotations")]
public System.Collections.Generic.IList<object> Annotations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="annotations")>]
member this.Annotations : System.Collections.Generic.IList<obj> with get, set
Public Property Annotations As IList(Of Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to