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