AFAttributeList.Data Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the data access object for this AFAttributeList.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFListData Data { get; }
Public ReadOnly Property Data As AFListData Get Dim instance As AFAttributeList Dim value As AFListData value = instance.Data
public: property AFListData^ Data { AFListData^ get (); }
member Data : AFListData with get
Property Value
Type: AFListDataReturns the data access object for this AFAttributeList.
Remarks
This property returns a temporary AFListData object to be used for
accessing data associated with this AFAttributeList.
| This method, property, or class is not available in the legacy .NET 3.5 version of the SDK. |