NotificationHandlerAssembly element (AlertTemplates)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Specifies assembly information for an alert notification handler.

<NotificationHandlerAssembly>
</NotificationHandlerAssembly>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

None

Parent elements

Example

<Properties>
   <NotificationHandlerAssembly>
      AlertHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d59ecf2a3bd66904
   </NotificationHandlerAssembly>
   <NotificationHandlerClassName>
      AlertHandler.Class1
   </NotificationHandlerClassName>
</Properties>

See also