SPHealthReportStore constructor (SPPersistedObject)
Initializes a new instance of the SPHealthReportStore class based on the specified parent object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
parent As SPPersistedObject _
)
'Usage
Dim parent As SPPersistedObject
Dim instance As New SPHealthReportStore(parent)
public SPHealthReportStore(
SPPersistedObject parent
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.SPPersistedObjectNot used. You can pass a null object.