Freigeben über


SPHealthReportCreationData.SupportLogTime-Eigenschaft

Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob die Abfrage Parameter @StartTime und @EndTime unterstützt, die den Bereich der Protokollierungszeit anzugeben.

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

Syntax

'Declaration
Public Property SupportLogTime As Boolean
    Get
    Set
'Usage
Dim instance As SPHealthReportCreationData
Dim value As Boolean

value = instance.SupportLogTime

instance.SupportLogTime = value
public bool SupportLogTime { get; set; }

Eigenschaftswert

Typ: System.Boolean
true , wenn die Abfrage unterstützt Zeitparameter melden.

Siehe auch

Referenz

SPHealthReportCreationData Klasse

SPHealthReportCreationData-Member

Microsoft.SharePoint.Administration-Namespace