WebSearchToolCallContent.Queries Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém 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)