SitePageVersionInfo.LastVersionCreated property
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property LastVersionCreated As DateTime
Get
Set
'Usage
Dim instance As SitePageVersionInfo
Dim value As DateTime
value = instance.LastVersionCreated
instance.LastVersionCreated = value
public DateTime LastVersionCreated { get; set; }
Property value
Type: System.DateTime