SPPatchableUnitInfo.GetStatus Method
Retrieves what actions are required for this product.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
serverName
Type: System.StringThe server to search.
Return Value
Type: Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType
SPServerProductInfo.StatusType object with required action information.