Area.CreationDate Property

NOTE: This API is now obsolete.

Gets the date on which the area was created.

Namespace:  Microsoft.SharePoint.Portal.SiteData
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property CreationDate As DateTime
    Get
'Usage
Dim instance As Area
Dim value As DateTime

value = instance.CreationDate
[ObsoleteAttribute("This class is obsolete.")]
public DateTime CreationDate { get; }

Property Value

Type: System.DateTime
System.DateTime value that represents date on which the area was created.

See Also

Reference

Area Class

Area Members

Microsoft.SharePoint.Portal.SiteData Namespace