EventReceiverDefinitionCreationInformation.ReceiverAssembly property
Specifies the strong name of the assembly that is used for receiving events.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ReceiverAssembly As String
Get
Set
'Usage
Dim instance As EventReceiverDefinitionCreationInformation
Dim value As String
value = instance.ReceiverAssembly
instance.ReceiverAssembly = value
public string ReceiverAssembly { get; set; }
Property value
Type: System.String
See also
Reference
EventReceiverDefinitionCreationInformation class