GetAvailableFormsResponse.Forms Property

Definition

forms

[System.Text.Json.Serialization.JsonPropertyName("forms")]
public System.Collections.Generic.List<System.Text.Json.JsonElement?> Forms { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("forms")>]
member this.Forms : System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> with get, set
Public Property Forms As List(Of Nullable(Of JsonElement))

Property Value

Attributes

Applies to