Share via


SPUsageReceiverDefinitionCollection.Remove Method (Type)

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.Type

    The receiver type to be remove from this collection.

See Also

Reference

SPUsageReceiverDefinitionCollection Class

SPUsageReceiverDefinitionCollection Members

Remove Overload

Microsoft.SharePoint.Administration Namespace