ULSLogEntry.Timestamp property
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Timestamp As DateTime
Get
Set
'Usage
Dim instance As ULSLogEntry
Dim value As DateTime
value = instance.Timestamp
instance.Timestamp = value
[DataMemberAttribute]
public DateTime Timestamp { get; set; }
Property value
Type: System.DateTime