EventReceiverDefinition.ReceiverAssembly property
Gets the fully-qualified name of the assembly that contains the event receiver for the feature.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ReceiverAssembly As String
Get
'Usage
Dim instance As EventReceiverDefinition
Dim value As String
value = instance.ReceiverAssembly
public string ReceiverAssembly { get; }
Property value
Type: System.String
The fully-qualified name of the assembly.