Freigeben über


BingWebPage.DateLastCrawled Property

Definition

The last time that Bing crawled the webpage.

[System.Text.Json.Serialization.JsonPropertyName("dateLastCrawled")]
public string? DateLastCrawled { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("dateLastCrawled")>]
member this.DateLastCrawled : string with get, set
Public Property DateLastCrawled As String

Property Value

Attributes

Remarks

The date is in the form, YYYY-MM-DDTHH:MM:SS. For example, 2015-04-13T05:23:39.

Applies to