Share via


ImageFileCreateEntry.Contents Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="contents")]
public byte[] Contents { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="contents")>]
member this.Contents : byte[] with get, set
Public Property Contents As Byte()

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to