AIFunctionFactoryCreateOptions.AdditionalProperties 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.
Gets or sets additional values that will be stored on the resulting AdditionalProperties property.
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)
Property Value
Remarks
This can be used to provide arbitrary information about the function.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.