ImageUrlCreateEntry.TagIds Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to