Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFNotificationContactTemplate.NotifyWhenInstanceEnded Property

AFNotificationContactTemplate.NotifyWhenInstanceEnded Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFNotificationContactTemplate.NotifyWhenInstanceEnded Property
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: Boolean
Returns the indication that the notification contact should be notified when the instance of the notification ends for Individual type contacts.

Implements

IAFNotificationContactNotifyWhenInstanceEnded

Version Information

AFSDK


See Also