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.
Gets the configuration associated with the specified app principal.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetAppPrincipalConfiguration ( _
appPrincipal As SPAppPrincipal _
) As SPAppPrincipalConfiguration
'Usage
Dim instance As SPAppPrincipalManager
Dim appPrincipal As SPAppPrincipal
Dim returnValue As SPAppPrincipalConfiguration
returnValue = instance.GetAppPrincipalConfiguration(appPrincipal)
public SPAppPrincipalConfiguration GetAppPrincipalConfiguration(
SPAppPrincipal appPrincipal
)
Parameters
appPrincipal
Type: Microsoft.SharePoint.SPAppPrincipalThe app principal.
Return value
Type: Microsoft.SharePoint.SPAppPrincipalConfiguration
The configuration associated with the specified app principal.