共用方式為


SPHealthReportCreationData.SupportLogTime property

取得或設定 Boolean 值,指出查詢是否支援 @StartTime@EndTime 參數指出的記錄時間範圍。

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

Syntax

'宣告
Public Property SupportLogTime As Boolean
    Get
    Set
'用途
Dim instance As SPHealthReportCreationData
Dim value As Boolean

value = instance.SupportLogTime

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

Property value

Type: System.Boolean
true如果查詢支援記錄時間參數。

請參閱

參照

SPHealthReportCreationData class

SPHealthReportCreationData members

Microsoft.SharePoint.Administration namespace