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