Image.Metadata Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="metadata")]
public System.Collections.Generic.IDictionary<string,string> Metadata { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="metadata")>]
member this.Metadata : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Metadata As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to