Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes receiver definitions associated with the supplied usage receiver type.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub Remove ( _
receiverType As Type _
)
'Usage
Dim instance As SPUsageReceiverDefinitionCollection
Dim receiverType As Type
instance.Remove(receiverType)
public void Remove(
Type receiverType
)
Parameters
receiverType
Type: System.TypeThe receiver type to be remove from this collection.
See Also
Reference
SPUsageReceiverDefinitionCollection Class