AFAttributeTemplate.DataReference Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The instance of the data reference used by the AFAttributeTemplate to
configure a data source.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFDataReference DataReference { get; }
Public ReadOnly Property DataReference As AFDataReference Get Dim instance As AFAttributeTemplate 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 configure a data source.
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.