Freigeben über


SPProduct.GetStatus-Methode

Rufen Sie die erforderliche Aktionen für dieses Produkt.

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 SPProduct
Dim serverName As String
Dim returnValue As SPServerProductInfo.StatusType

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

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType
Ein SPServerProductInfo.StatusType -Objekt.

Siehe auch

Referenz

SPProduct Klasse

SPProduct-Member

Microsoft.SharePoint.Administration-Namespace