SPWebTemplate.AllowGlobalFeatureAssociations Property (Microsoft.SharePoint)
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)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property AllowGlobalFeatureAssociations As Boolean
Visual Basic (Usage)
Dim instance As SPWebTemplate
Dim value As Boolean

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

Property Value

true if global Feature associations are allowed; otherwise, false.
See Also

Tags :


Page view tracker