SPRequestUsageEntry.LastByteMilliseconds property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LastByteMilliseconds As Nullable(Of Long)
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Nullable(Of Long)
value = instance.LastByteMilliseconds
instance.LastByteMilliseconds = value
public Nullable<long> LastByteMilliseconds { get; set; }
Property value
Type: System.Nullable<Int64>