AFNotificationContact.Available Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates whether the AFNotificationContact
is available to receive notifications.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool Available { get; set; }
Public Property Available As Boolean Get Set Dim instance As AFNotificationContact Dim value As Boolean value = instance.Available instance.Available = value
public: virtual property bool Available { bool get () sealed; void set (bool value) sealed; }
abstract Available : bool with get, set override Available : bool with get, set
Property Value
Type: BooleanIndicates whether the AFNotificationContact is available to receive notifications.
Implements
IAFNotificationContactAvailable
Remarks
If this notification contact was created from an AFNotificationContactTemplate or an
AFNotificationTemplate, then the value of this property is defined by the template
and cannot be changed. In this case when the value is defined by a template, then changing the template's
Available property will also change the value of this property. If the notification contact was NOT
created from a template, then this property can be modified.