Specifies whether the function is used to publish or subscribe to an event.
Applies to
- 
            C/AL functions.
 
Property Value
| Value | Description | 
|---|---|
No  | The function is a normal function that does not publish or subscribe to an event.  | 
Publisher  | The function is an event publisher, which is used to declare and raise a business or integration event in the application. For more information, see Publishing Events.  | 
Subscriber  | The function is an event subscriber, which is used to handle a published event. For more information, see Subscribing to Events.  | 
Remarks
For more information about events, see Events in Microsoft Dynamics NAV.






