AFDataCache.Attributes Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The list of AFAttribute items being cached.c
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IEnumerable<AFAttribute> Attributes { get; }
Public ReadOnly Property Attributes As IEnumerable(Of AFAttribute) Get Dim instance As AFDataCache Dim value As IEnumerable(Of AFAttribute) value = instance.Attributes
public: property IEnumerable<AFAttribute^>^ Attributes { IEnumerable<AFAttribute^>^ get (); }
member Attributes : IEnumerable<AFAttribute> with get
Property Value
Type: IEnumerableAFAttributeAn IEnumerable of AFAttribute being cached by this AFDataCache.