Activity.Value Property

Definition

The value field contains a programmatic payload specific to the Activity being sent. Its meaning and format are defined in other sections of this document that describe its use.

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Agents.Core.Serialization.Converters.ObjectTypeConverter))]
public object Value { get; set; }
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Agents.Core.Serialization.Converters.ObjectTypeConverter))>]
member this.Value : obj with get, set
Public Property Value As Object

Property Value

Implements

Attributes

Applies to