This topic has not yet been rated - Rate this topic

SPEventReceiverDefinition.Assembly Property

Gets or sets the strong name that represents the assembly that is used for event receiving.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
public string Assembly { get; set; }

Property Value

Type: System.String
A 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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ