SPWebTemplate.UserLicensingId property
Gets the per-user license for a web template.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UserLicensingId As String
Get
'Usage
Dim instance As SPWebTemplate
Dim value As String
value = instance.UserLicensingId
public string UserLicensingId { get; }
Property value
Type: System.String
A string that specifies the per-user license for a web template.
Remarks
If the value returned is a null reference (Nothing in Visual Basic) or empty, it means this web template does not participate in per-user licensing.