Compartir a través de


AIFunction.JsonSerializerOptions Property

Definition

Gets a JsonSerializerOptions that can be used to marshal function parameters.

public:
 virtual property System::Text::Json::JsonSerializerOptions ^ JsonSerializerOptions { System::Text::Json::JsonSerializerOptions ^ get(); };
public virtual System.Text.Json.JsonSerializerOptions JsonSerializerOptions { get; }
member this.JsonSerializerOptions : System.Text.Json.JsonSerializerOptions
Public Overridable ReadOnly Property JsonSerializerOptions As JsonSerializerOptions

Property Value

Applies to