SPService.IsUserLicensedForEntity 方法
检查当前用户是否具有访问指定的实体的正确许可证。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function IsUserLicensedForEntity ( _
licensableEntity As String _
) As Boolean
用法
Dim instance As SPService
Dim licensableEntity As String
Dim returnValue As Boolean
returnValue = instance.IsUserLicensedForEntity(licensableEntity)
public bool IsUserLicensedForEntity(
string licensableEntity
)
参数
licensableEntity
类型:System.String请求许可检查实体。
返回值
类型:System.Boolean
true如果用户拥有相应的许可证或授权被禁用 ; 当前设置否则为false。