BatchFailedEntriesResponse.FailedEntries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.