SPRequestUsageEntry.IisLatency property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IisLatency As Nullable(Of Long)
    Get
    Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Nullable(Of Long)

value = instance.IisLatency

instance.IisLatency = value
public Nullable<long> IisLatency { get; set; }

Property value

Type: System.Nullable<Int64>

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace