AFNotificationContactTemplate.NotifyWhenInstanceEnded Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property is for an IndividualAFNotificationContact to specify that the notification
contact should be notified when the instance of the notification ends.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool NotifyWhenInstanceEnded { get; set; }
Public Property NotifyWhenInstanceEnded As Boolean Get Set Dim instance As AFNotificationContactTemplate Dim value As Boolean value = instance.NotifyWhenInstanceEnded instance.NotifyWhenInstanceEnded = value
public: virtual property bool NotifyWhenInstanceEnded { bool get () sealed; void set (bool value) sealed; }
abstract NotifyWhenInstanceEnded : bool with get, set override NotifyWhenInstanceEnded : bool with get, set
Property Value
Type: BooleanReturns the indication that the notification contact should be notified when the instance of the notification ends for Individual type contacts.