AFAttribute.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
public bool IsDynamic { get; }
Public ReadOnly Property IsDynamic As Boolean Get Dim instance As AFAttribute Dim value As Boolean value = instance.IsDynamic
public: virtual property bool IsDynamic { bool get () sealed; }
abstract IsDynamic : bool with get override IsDynamic : bool with get
Property Value
Type: BooleanIndicates if this attribute is dynamic. A dynamic attribute is not associated with an AFBaseElement.