Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.ScriptType("SP.AppLicenseCollection", ServerTypeId="{47beb529-4c4b-41ba-b717-28d18fbdf258}", ValueObject=true)]
public sealed class AppLicenseCollection : Microsoft.SharePoint.Client.ClientValueObjectCollection<Microsoft.SharePoint.Client.AppLicense>
type AppLicenseCollection = class
inherit ClientValueObjectCollection<AppLicense>
Public NotInheritable Class AppLicenseCollection
Inherits ClientValueObjectCollection(Of AppLicense)