Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes an app principal.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub DeleteAppPrincipal ( _
appPrincipal As SPAppPrincipal _
)
'Usage
Dim instance As SPAppPrincipalManager
Dim appPrincipal As SPAppPrincipal
instance.DeleteAppPrincipal(appPrincipal)
public void DeleteAppPrincipal(
SPAppPrincipal appPrincipal
)
Parameters
appPrincipal
Type: Microsoft.SharePoint.SPAppPrincipalThe app principal to be deleted.