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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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