SPImportSettings.ActivateSolutions property
Gets or sets a Boolean value to specify whether to activate user solutions upon conclusion of the import operation.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ActivateSolutions As Boolean
Get
Set
'Usage
Dim instance As SPImportSettings
Dim value As Boolean
value = instance.ActivateSolutions
instance.ActivateSolutions = value
public bool ActivateSolutions { get; set; }
Property value
Type: System.Boolean
Returns Booleantrue to specify activating user solutions on import..