Freigeben über


SPAppRequestContext.IsAppEnabled-Methode

Gibt an, ob die Anwendung aktiviert ist.

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

Syntax

'Declaration
Public Function IsAppEnabled ( _
    serviceContext As SPServiceContext _
) As Boolean
'Usage
Dim instance As SPAppRequestContext
Dim serviceContext As SPServiceContext
Dim returnValue As Boolean

returnValue = instance.IsAppEnabled(serviceContext)
public bool IsAppEnabled(
    SPServiceContext serviceContext
)

Parameter

Rückgabewert

Typ: System.Boolean
true Wenn die app in der Mieter, andernfalls falseaktiviert ist.

Siehe auch

Referenz

SPAppRequestContext Klasse

SPAppRequestContext-Member

Microsoft.SharePoint-Namespace