Symbol.NotificationSettings Property

Gets or sets the notification settings.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public INotificationSettings NotificationSettings { get; set; }

VB

Public Property NotificationSettings As INotificationSettings
    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