Share via


ImageIds.ContentIds Property

Definition

Gets or sets id of the contents.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to