获取或设置是否启用每用户授权。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property UserLicensingEnabled As Boolean
Get
Set
用法
Dim instance As SPFarm
Dim value As Boolean
value = instance.UserLicensingEnabled
instance.UserLicensingEnabled = value
public bool UserLicensingEnabled { get; set; }
属性值
类型:System.Boolean
true如果启用每用户授权 ;否则为false。