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