IAFTransactable.IsSystemDefined Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates if the IAFTransactable object is system defined.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
bool IsSystemDefined { get; }
ReadOnly Property IsSystemDefined As Boolean Get Dim instance As IAFTransactable Dim value As Boolean value = instance.IsSystemDefined
property bool IsSystemDefined { bool get (); }
abstract IsSystemDefined : bool with get
Property Value
Type: BooleanReturns if the owning IAFTransactable object is defined by the system and cannot be modified by the user.