SPMDSFeatureReceiver.FeatureActivated method
Handles the event that is raised after the MDS feature is activated.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub FeatureActivated ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As SPMDSFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureActivated(properties)
public override void FeatureActivated(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesThe properties of the event.