AppLicenseType 枚举

表示指定的应用程序的许可证类型的 SharePoint,指定多少位用户可以访问该应用程序,以及如何多长时间。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Enumeration AppLicenseType
用法
Dim instance As AppLicenseType
public enum AppLicenseType

成员

成员名称 说明
PerpetualMultiUser 指定的数量的用户可以访问该应用,无到期日期。
PerpetualAllUsers 所有用户都可以都访问该应用,无到期日期。
TrialMultiUser 指定的数量的用户可以访问该应用,截至指定的过期日期,如果尚未指定到期日期。
TrialAllUsers SharePoint 部署中的所有网站用户可以都访问的应用到指定的过期日期为止。

备注

有关应用程序许可证的详细信息,请参阅许可 Office 和 SharePoint 加载项

另请参阅

引用

Microsoft.SharePoint.Client 命名空间