MySiteCleanupFeatureReceiver.FeatureInstalled Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Overrides Sub FeatureInstalled ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As MySiteCleanupFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureInstalled(properties)
public override void FeatureInstalled(
SPFeatureReceiverProperties properties
)
Parameters
- properties
Type: Microsoft.SharePoint.SPFeatureReceiverProperties
See Also
Reference
MySiteCleanupFeatureReceiver Class