Share via


WebSearchToolCallContent.Queries Property

Definition

Gets or sets the search queries issued by the service.

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)

Property Value

Applies to