Share via


ImageTagCreateSummary.Created Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="created")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageTagCreateEntry> Created { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="created")>]
member this.Created : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageTagCreateEntry> with get, set
Public Property Created As IList(Of ImageTagCreateEntry)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to