WebPage.DateLastCrawled 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.
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