ListDocumentsInDocumentTrayResponse.Documents Property

Definition

Documents

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

Property Value

Attributes

Applies to