Share via


BinaryContent.Data Property

Definition

Gets the byte array data of the content.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyOrder(100)]
public ReadOnlyMemory<byte>? Data { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyOrder(100)>]
member this.Data : Nullable<ReadOnlyMemory<byte>> with get, set
Public Property Data As Nullable(Of ReadOnlyMemory(Of Byte))

Property Value

Attributes

Applies to