AFDataCache.Attributes Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The list of AFAttribute items being cached.c
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.