AppLicenseType enumeration
SharePoint Online
Represents the license type for the specified app for SharePoint, which specifies how many users can access the app, and for how long.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| Member name | Description | |
|---|---|---|
| PerpetualMultiUser | A specified number of users can access the app, with no expiration date. | |
| PerpetualAllUsers | All users can access the app, with no expiration date. | |
| TrialMultiUser | A specified number of users can access the app, up to the specified expiration date, if an expiration date has been specified. | |
| TrialAllUsers | All site users in the SharePoint deployment can access the app, up to the specified expiration date. |
For more information about app licenses, see License your Office and SharePoint Add-ins.
Show: