AFSearchTokenCollection.Add Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Adds an object to the end of the ListT.
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void Add( AFSearchTokenBase item )
Public Sub Add ( item As AFSearchTokenBase ) Dim instance As AFSearchTokenCollection Dim item As AFSearchTokenBase instance.Add(item)
public: virtual void Add( AFSearchTokenBase^ item ) sealed
abstract Add : item : AFSearchTokenBase -> unit override Add : item : AFSearchTokenBase -> unit
Parameters
- item
- Type: OSIsoft.AF.SearchAFSearchTokenBase
The object to be added to the end of the ListT. The value can be null for reference types.