AFAttributeVariable.IsDynamic Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns if the attribute for the variable corresponds to a dynamic attribute.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsDynamic { get; }
Public ReadOnly Property IsDynamic As Boolean Get Dim instance As AFAttributeVariable Dim value As Boolean value = instance.IsDynamic
public: property bool IsDynamic { bool get (); }
member IsDynamic : bool with get