AFSearchTokenCollection.Add Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Adds an object to the end of the ListT.
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.