AFSearch.TokenCollection Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The tokens that represent this search object.
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFSearchTokenCollection TokenCollection { get; }
Public ReadOnly Property TokenCollection As AFSearchTokenCollection Get Dim instance As AFSearch Dim value As AFSearchTokenCollection value = instance.TokenCollection
public: property AFSearchTokenCollection^ TokenCollection { AFSearchTokenCollection^ get (); }
member TokenCollection : AFSearchTokenCollection with get
Property Value
Type: AFSearchTokenCollectionReturns the tokens that represent this search object.
Remarks
The search tokens are specified or were generated from the query string specified
when this AFSearch based object was created. This list of tokens will be used
when calling a search method.