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 app's tenant scoped permission.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetTenantScopedPermissions As Byte()
'Usage
Dim instance As SPAppPermissionRequestContext
Dim returnValue As Byte()
returnValue = instance.GetTenantScopedPermissions()
public byte[] GetTenantScopedPermissions()
Return value
Type: []
See also
Reference
SPAppPermissionRequestContext class