SPClaimProviderFeatureReceiver.FeatureInstalled method
Installs a claim provider feature.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub FeatureInstalled ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As SPClaimProviderFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureInstalled(properties)
public override void FeatureInstalled(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesAn SPFeatureReceiverProperties object that represents the properties of the event.
See also
Reference
SPClaimProviderFeatureReceiver class