AFNotificationContactTemplate.NotifyWhenInstanceEnded Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.