The absolute file path of an external assembly that will be automatically registered to handle operational events.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string EventHandlerAssemblyPath { get; set; }
Public Property EventHandlerAssemblyPath As String
public: property String^ EventHandlerAssemblyPath { String^ get (); void set (String^ value); }
Remarks
This provides a simple but powerful way to customize operational behavior coming from any part of the search system. See user guide for more info.