WebInformation.Created property
Gets a date and time value that indicates when the site was created.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Created As DateTime
Get
'Usage
Dim instance As WebInformation
Dim value As DateTime
value = instance.Created
public DateTime Created { get; }
Property value
Type: System.DateTime
The date and time value of when the site was created.