AFDataReference.Path Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.