WebPages.Value 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.
a nullable WebPage array object containing the Web Search API response data.
[System.Text.Json.Serialization.JsonPropertyName("value")]
public Microsoft.SemanticKernel.Plugins.Web.WebPage[]? Value { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("value")>]
member this.Value : Microsoft.SemanticKernel.Plugins.Web.WebPage[] with get, set
Public Property Value As WebPage()
Property Value
WebPage[]
- Attributes