AFAttribute.DataReference Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The instance of the data reference used by the AFAttribute to
get and set values in a data source.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFDataReference DataReference { get; }
Public ReadOnly Property DataReference As AFDataReference Get Dim instance As AFAttribute Dim value As AFDataReference value = instance.DataReference
public: virtual property AFDataReference^ DataReference { AFDataReference^ get () sealed; }
abstract DataReference : AFDataReference with get override DataReference : AFDataReference with get
Property Value
Type: AFDataReferenceReturns the data reference instance used to get and set values.
Implements
IAFAttributeDataReference
Remarks
The DataReferencePlugIn property is used to specify the data reference plugin created.
The ConfigString property is used to specify the configuration of this instance of the data reference.