AppPrincipalManager.LookupAppPrincipal-Methode
Sucht einen app-Hauptbenutzer.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function LookupAppPrincipal ( _
identityProvider As AppPrincipalIdentityProvider, _
appPrincipalName As AppPrincipalName _
) As AppPrincipal
'Usage
Dim instance As AppPrincipalManager
Dim identityProvider As AppPrincipalIdentityProvider
Dim appPrincipalName As AppPrincipalName
Dim returnValue As AppPrincipal
returnValue = instance.LookupAppPrincipal(identityProvider, _
appPrincipalName)
public AppPrincipal LookupAppPrincipal(
AppPrincipalIdentityProvider identityProvider,
AppPrincipalName appPrincipalName
)
Parameter
identityProvider
Typ: Microsoft.SharePoint.Client.AppPrincipalIdentityProviderDer Identitätsanbieter, der die app Tilgungsanteile.
appPrincipalName
Typ: Microsoft.SharePoint.Client.AppPrincipalNameDer Name der die app Tilgungsanteile.
Rückgabewert
Typ: Microsoft.SharePoint.Client.AppPrincipal
Die app Tilgungsanteile oder ein Nullverweis (Nothing in Visual Basic) , wenn eine nicht für die angegebene Identität Anbieter und app Benutzerprinzipalnamen gefunden.