TriggerCallbackBody<T>.Value 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.
The list of trigger items delivered by the connector trigger.
Contains all items regardless of whether the callback arrived in batch or single-item
shape. May be null when the source payload contained an explicit
"value": null property (or a null body), so consumers should null-check before
iterating.
[System.Text.Json.Serialization.JsonPropertyName("value")]
public System.Collections.Generic.IReadOnlyList<T>? Value { get; }
[<System.Text.Json.Serialization.JsonPropertyName("value")>]
member this.Value : System.Collections.Generic.IReadOnlyList<'T>
Public ReadOnly Property Value As IReadOnlyList(Of T)
Property Value
- Attributes