AFSearchUpdateEvent(T).Item Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The item that has been added/removed/updated
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public T Item { get; }
Public ReadOnly Property Item As T Get Dim instance As AFSearchUpdateEvent Dim value As T value = instance.Item
public: property T Item { T get (); }
member Item : 'T with get