Attachment.Content Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("content")]
[System.Text.Json.Serialization.JsonPropertyOrder(4)]
public object? Content { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("content")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(4)>]
member this.Content : obj with get, set
Public Property Content As Object

Property Value

Attributes

Applies to