Share via


BatchFailedEntriesResponse.FailedEntries Property

Definition

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

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.BatchFailedEntry> FailedEntries { get; }
member this.FailedEntries : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.BatchFailedEntry>
Public ReadOnly Property FailedEntries As IList(Of BatchFailedEntry)

Property Value

The list of failed entries result of a batch operation.

Applies to