WebSearchToolCallContent.Queries Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Recebe ou define as consultas de pesquisa emitidas pelo serviço.
public:
property System::Collections::Generic::IList<System::String ^> ^ Queries { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string>? Queries { get; set; }
member this.Queries : System.Collections.Generic.IList<string> with get, set
Public Property Queries As IList(Of String)