Språk

AIFunctionFactoryOptions.AdditionalProperties Egenskap

Definition

Hämtar eller anger ytterligare värden som ska lagras på den resulterande AdditionalProperties egenskapen.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ AdditionalProperties { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.IReadOnlyDictionary<string,object?>? AdditionalProperties { get; set; }
member this.AdditionalProperties : System.Collections.Generic.IReadOnlyDictionary<string, obj> with get, set
Public Property AdditionalProperties As IReadOnlyDictionary(Of String, Object)

Egenskapsvärde

Kommentarer

Den här egenskapen kan användas för att ange godtycklig information om funktionen.

Gäller för