IAFAttribute.IsDynamic Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates if this attribute is dynamic.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
bool IsDynamic { get; }
ReadOnly Property IsDynamic As Boolean Get Dim instance As IAFAttribute Dim value As Boolean value = instance.IsDynamic
property bool IsDynamic { bool get (); }
abstract IsDynamic : bool with get
Property Value
Type: BooleanIndicates if this attribute is dynamic. A dynamic attribute is not associated with an AFBaseElement. This property maps to AFAttribute.IsDynamic or returns for an AFAttributeTemplate.