Freigeben über


BatchFailedEntriesResponse.FailedEntries Property

Definition

Gets the list of failed entries result of a batch operation.

public System.Collections.Generic.IList<Microsoft.Agents.Extensions.Teams.Models.BatchFailedEntry> FailedEntries { get; set; }
member this.FailedEntries : System.Collections.Generic.IList<Microsoft.Agents.Extensions.Teams.Models.BatchFailedEntry> with get, set
Public Property FailedEntries As IList(Of BatchFailedEntry)

Property Value

The list of failed entries result of a batch operation.

Applies to