Attachment.Id Property

Definition

Caution

This will be removed by end of summer 2026.

[System.Obsolete("This will be removed by end of summer 2026.")]
[System.Text.Json.Serialization.JsonPropertyName("id")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public string? Id { get; set; }
[<System.Obsolete("This will be removed by end of summer 2026.")>]
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.Id : string with get, set
Public Property Id As String

Property Value

Attributes

Applies to