Freigeben über


AppPrincipalManager.GetManager-Methode

Erstellt eine neue Instanz der Klasse AppPrincipalManager .

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

Syntax

'Declaration
Public Shared Function GetManager ( _
    context As ClientRuntimeContext, _
    web As Web _
) As AppPrincipalManager
'Usage
Dim context As ClientRuntimeContext
Dim web As Web
Dim returnValue As AppPrincipalManager

returnValue = AppPrincipalManager.GetManager(context, _
    web)
public static AppPrincipalManager GetManager(
    ClientRuntimeContext context,
    Web web
)

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Client.AppPrincipalManager
Eine neue Instanz der Klasse AppPrincipalManager für das angegebene Web Objekt.

Siehe auch

Referenz

AppPrincipalManager Klasse

AppPrincipalManager-Member

Microsoft.SharePoint.Client-Namespace