AFDataReference.Path Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the path name to this object.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string Path { get; }
Public ReadOnly Property Path As String Get Dim instance As AFDataReference Dim value As String value = instance.Path
public: property String^ Path { String^ get (); }
member Path : string with get
Property Value
Type: StringReturns a human readable path name to the attribute or template that this data reference is attached to.