AFAttribute.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 AFAttribute.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFData Data { get; }
Public ReadOnly Property Data As AFData Get Dim instance As AFAttribute Dim value As AFData value = instance.Data
public: property AFData^ Data { AFData^ get (); }
member Data : AFData with get
Property Value
Type: AFDataReturns the data access object for this AFAttribute.
Remarks
This property returns a temporary AFData object to be used for
accessing data associated with this AFAttribute.
| This method, property, or class is not available in the legacy .NET 3.5 version of the SDK. |