SPAppPermissionRequestContext.GetTenantScopedPermissions method
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