Delen 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