SPWebTemplate.AllowGlobalFeatureAssociations property

Gets a value that indicates whether global Feature associations are allowed on sites created with the site definition configuration or Web template.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property AllowGlobalFeatureAssociations As Boolean
    Get
'Usage
Dim instance As SPWebTemplate
Dim value As Boolean

value = instance.AllowGlobalFeatureAssociations
public bool AllowGlobalFeatureAssociations { get; }

Property value

Type: System.Boolean
true if global Feature associations are allowed; otherwise, false.

See also

Reference

SPWebTemplate class

SPWebTemplate members

Microsoft.SharePoint namespace