SPFeature.TimeActivated property

Gets the time the Feature was activated.

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

Syntax

'Declaration
Public ReadOnly Property TimeActivated As DateTime
    Get
'Usage
Dim instance As SPFeature
Dim value As DateTime

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

Property value

Type: System.DateTime
The time the Feature was activated.

See also

Reference

SPFeature class

SPFeature members

Microsoft.SharePoint namespace