Workbook.WorkbookTags Property

Definition

Gets or sets a list of 0 or more tags that are associated with this workbook definition

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tags")]
public System.Collections.Generic.IList<string> WorkbookTags { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tags")>]
member this.WorkbookTags : System.Collections.Generic.IList<string> with get, set
Public Property WorkbookTags As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to