SPEventReceiverDefinition.Assembly Property
Gets or sets the strong name that represents the assembly that is used for event receiving.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Property Value
Type: System.StringA string containing the strong name that represents the assembly, such as follows:
EventHandlerName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a26b5449ac4a4cf3
This property represents an assembly, which is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to be aware of type implementations. It is also possible to create features that deploy event handlers to the assembly cache.