SPMonitoredScopeData.PutTimeUtc property
The timestamp to record when this is put into the store. Not sending on the wire. For store internal use only.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PutTimeUtc As DateTime
Get
Set
'Usage
Dim instance As SPMonitoredScopeData
Dim value As DateTime
value = instance.PutTimeUtc
instance.PutTimeUtc = value
public DateTime PutTimeUtc { get; set; }
Property value
Type: System.DateTime