SPHealthReportCreationData.SupportLogTime property

Gets or sets a Boolean value indicating whether the query supports @StartTime and @EndTime parameters that indicate the range of the log time.

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; }

Property value

Type: System.Boolean
true if the query supports log time parameters.

See also

Reference

SPHealthReportCreationData class

SPHealthReportCreationData members

Microsoft.SharePoint.Administration namespace