SPHealthAnalysisRuleInstance.Lookup method (Guid)

Initializes a new instance of the SPHealthAnalysisRuleInstancePinpBind class.

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

Syntax

'Declaration
Public Shared Function Lookup ( _
    id As Guid _
) As SPHealthAnalysisRuleInstance
'Usage
Dim id As Guid
Dim returnValue As SPHealthAnalysisRuleInstance

returnValue = SPHealthAnalysisRuleInstance.Lookup(id)
public static SPHealthAnalysisRuleInstance Lookup(
    Guid id
)

Parameters

Return value

Type: Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRuleInstance
The instance with the corresponding type (currently the instance is only in farm level)

See also

Reference

SPHealthAnalysisRuleInstance class

SPHealthAnalysisRuleInstance members

Lookup overload

Microsoft.SharePoint.Administration.Health namespace