IAFList.IsDeleted Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property indicates whether the owner of the collection has been deleted.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
bool IsDeleted { get; }
ReadOnly Property IsDeleted As Boolean Get Dim instance As IAFList Dim value As Boolean value = instance.IsDeleted
property bool IsDeleted { bool get (); }
abstract IsDeleted : bool with get
Property Value
Type: BooleanIf the value is , then the owner of the collection has been deleted.
Remarks
When the owner of the collection has been deleted, then the collection should not be
used. If the collection is not owned by another object (e.g. a collection returned from
a Find method), then this property will always return .