Mention.Id Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("id")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public int Id { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.Id : int with get, set
Public Property Id As Integer

Property Value

Attributes

Applies to