SPUsageReceiverDefinition.ReceiverAssembly property
Name of the assembly that contains the Receiver Type represented by this definition.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ReceiverAssembly As String
Get
Set
'Usage
Dim instance As SPUsageReceiverDefinition
Dim value As String
value = instance.ReceiverAssembly
instance.ReceiverAssembly = value
public string ReceiverAssembly { get; set; }
Property value
Type: System.String
Returns String.
See also
Reference
SPUsageReceiverDefinition class