AFNotificationContactTemplate.Available Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates whether the AFNotificationContact objects created from this template
are 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 AFNotificationContactTemplate 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 objects created from this template are available to receive notifications.
Implements
IAFNotificationContactAvailable
Remarks
Changing the value of this property changes the value of the
Available property of all AFNotificationContact
objects created from this template.