Share via


LogFileEntry.Timestamp property

The DateTime value of when the log file entry was created.

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

Syntax

'Declaration
Public Property Timestamp As DateTime
    Get
    Set
'Usage
Dim instance As LogFileEntry
Dim value As DateTime

value = instance.Timestamp

instance.Timestamp = value
public DateTime Timestamp { get; set; }

Property value

Type: System.DateTime
Returns DateTime.

See also

Reference

LogFileEntry class

LogFileEntry members

Microsoft.SharePoint.Diagnostics namespace