Gets a value that specifies whether the Feature is activated on the central administrative Web site, site collection, or Web application upon installation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
'Usage
Dim instance As SPFeatureDefinition
Dim value As Boolean
value = instance.AutoActivateInCentralAdmin
'Declaration
Public ReadOnly Property AutoActivateInCentralAdmin As Boolean
Property Value
A value of true specifies the Feature should be activated when it is installed on the central administrative Web site, site collection, or Web application; otherwise, false.
Feature activation does not propagate through the entire Windows SharePoint Services farm; instead, a feature should be manually installed on each web front end, then deployed from the Central Administration user interface.