Web.Created property

Gets a value that specifies 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 Web
Dim value As DateTime

value = instance.Created
public DateTime Created { get; }

Property value

Type: System.DateTime
Returns a DateTime instance representing when the site was created.

Remarks

It must not be a null reference (Nothing in Visual Basic).

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace