Share via


SPPatchableUnitInfo.GetStatus method

Retrieves what actions are required for this product.

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

Syntax

'Declaration
Public Function GetStatus ( _
    serverName As String _
) As SPServerProductInfo.StatusType
'Usage
Dim instance As SPPatchableUnitInfo
Dim serverName As String
Dim returnValue As SPServerProductInfo.StatusType

returnValue = instance.GetStatus(serverName)
public SPServerProductInfo.StatusType GetStatus(
    string serverName
)

Parameters

Return value

Type: Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType
SPServerProductInfo.StatusType object with required action information.

See also

Reference

SPPatchableUnitInfo class

SPPatchableUnitInfo members

Microsoft.SharePoint.Administration namespace