SPFarm.UserLicensingEnabled-Eigenschaft
Ruft ab oder legt fest, ob die Lizenzierung pro Benutzer aktiviert ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UserLicensingEnabled As Boolean
Get
Set
'Usage
Dim instance As SPFarm
Dim value As Boolean
value = instance.UserLicensingEnabled
instance.UserLicensingEnabled = value
public bool UserLicensingEnabled { get; set; }
Eigenschaftswert
Typ: System.Boolean
true , wenn die Lizenzierung pro Benutzer aktiviert ist; andernfalls false.