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.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetAppPrincipalConfiguration ( _
appPrincipal As AppPrincipal _
) As ClientResult(Of AppPrincipalConfiguration)
'Usage
Dim instance As AppPrincipalManager
Dim appPrincipal As AppPrincipal
Dim returnValue As ClientResult(Of AppPrincipalConfiguration)
returnValue = instance.GetAppPrincipalConfiguration(appPrincipal)
public ClientResult<AppPrincipalConfiguration> GetAppPrincipalConfiguration(
AppPrincipal appPrincipal
)
Parameters
appPrincipal
Type: Microsoft.SharePoint.Client.AppPrincipalThe app principal.
Return value
Type: Microsoft.SharePoint.Client.ClientResult<AppPrincipalConfiguration>
The configuration associated with the specified app principal.