SPRequestUsageEntry.RequestManagementResponseDuration-Eigenschaft
Dient zum Abrufen oder Festlegen der Anzeigedauer, Anforderungsverwaltung stattgefunden hat, die Antwort vom Back-End-Computer abzurufen.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestManagementResponseDuration As Nullable(Of Long)
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Nullable(Of Long)
value = instance.RequestManagementResponseDuration
instance.RequestManagementResponseDuration = value
public Nullable<long> RequestManagementResponseDuration { get; set; }
Eigenschaftswert
Typ: System.Nullable<Int64>