Share via


ActivityFunctionParameters.Properties Property

Definition

The dictionary of function arguments.

public System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.Agents.Persistent.FunctionArgument> Properties { get; }
member this.Properties : System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.Agents.Persistent.FunctionArgument>
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, FunctionArgument)

Property Value

Applies to