XsnFeatureReceiver.FeatureDeactivating Method
Occurs when a SharePoint feature is deactivated.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Overrides Sub FeatureDeactivating ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As XsnFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureDeactivating(properties)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public override void FeatureDeactivating(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesAn SPFeatureReceiverProperties object that represents the properties of the event.