Attachment.Preview Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("preview")]
[System.Text.Json.Serialization.JsonPropertyOrder(6)]
public Microsoft.Teams.Api.Attachment? Preview { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("preview")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(6)>]
member this.Preview : Microsoft.Teams.Api.Attachment with get, set
Public Property Preview As Attachment

Property Value

Attributes

Applies to