SPBandwidthUsageEntry.Latency property
Gets or sets the time it takes in a request response exchange.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Latency As Nullable(Of Long)
Get
Set
'Usage
Dim instance As SPBandwidthUsageEntry
Dim value As Nullable(Of Long)
value = instance.Latency
instance.Latency = value
public Nullable<long> Latency { get; set; }
Property value
Type: System.Nullable<Int64>