Compartir a través de


ReceiptCard.Items Propiedad

Definición

Obtiene o establece la matriz de elementos de recibo.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.ReceiptItem> Items { get; set; }
member this.Items : System.Collections.Generic.IList<Microsoft.Bot.Schema.ReceiptItem> with get, set
Public Property Items As IList(Of ReceiptItem)

Valor de propiedad

Elementos de recibo.

Se aplica a