WebPage.DateLastCrawled Property

Definition

Gets the last time that Bing crawled the webpage. The date is in the form, YYYY-MM-DDTHH:MM:SS. For example, 2015-04-13T05:23:39.

[Newtonsoft.Json.JsonProperty(PropertyName="dateLastCrawled")]
public string DateLastCrawled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dateLastCrawled")>]
member this.DateLastCrawled : string
Public ReadOnly Property DateLastCrawled As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to