AFSearchValueToken.Path Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The path of an attribute, relative to an element.
Namespace: OSIsoft.AF.Search
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 AFSearchValueToken Dim value As String value = instance.Path
public: property String^ Path { String^ get (); }
member Path : string with get
Property Value
Type: String
Remarks
This is the path of an attribute, relative to an element, used to specify the AFAttributeValueQuery information.
In the query string 'Unit405* Category:"Storage Tank" Template:=Tank |Volume:>=100', The forth search token specifies a Value filter and will have this property set to the '|Volume' attribute path.