AFDeliveryChannel.CanBeAcknowledged Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only Boolean describing if this channel can be used for acknowledgment.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual bool CanBeAcknowledged { get; }
Public Overridable ReadOnly Property CanBeAcknowledged As Boolean Get Dim instance As AFDeliveryChannel Dim value As Boolean value = instance.CanBeAcknowledged
public: virtual property bool CanBeAcknowledged { bool get (); }
abstract CanBeAcknowledged : bool with get override CanBeAcknowledged : bool with get
Property Value
Type: BooleanReturns if this delivery channel can be used for acknowledgment.