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)
Available in Sandboxed Solutions: No
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