Gets a value that indicates whether global Feature associations are allowed on sites created with the
site definition configuration or
site template.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public ReadOnly Property AllowGlobalFeatureAssociations As Boolean
Dim instance As SPWebTemplate
Dim value As Boolean
value = instance.AllowGlobalFeatureAssociations
public bool AllowGlobalFeatureAssociations { get; }
Property Value
true if global Feature associations are allowed; otherwise, false.