WebSite.LastModifiedTimeUtc 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.
Optional. A dateTime value that contains, in Coordinated Universal Time, the last time the web site was modified.
public DateTime? LastModifiedTimeUtc { get; set; }
member this.LastModifiedTimeUtc : Nullable<DateTime> with get, set
Public Property LastModifiedTimeUtc As Nullable(Of DateTime)