Symbol.NotificationSettings Property

Gets or sets the notification settings.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public INotificationSettings? NotificationSettings { get; set; }

Property Value

Type: INotificationSettings
The notification settings.

Implements

IValueSymbol.NotificationSettings

Remarks

The NotificationSettings will be inherited from Parent if the setting is not overwritten. If the Root Symbol also doesn't contain the settings, then the DefaultNotificationSettings will be returned.

Reference

Symbol Class

TwinCAT.Ads.TypeSystem Namespace