IAFList.ItemIdentity Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property specifies the identity of the objects within the collection.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
AFIdentity ItemIdentity { get; }
ReadOnly Property ItemIdentity As AFIdentity Get Dim instance As IAFList Dim value As AFIdentity value = instance.ItemIdentity
property AFIdentity ItemIdentity { AFIdentity get (); }
abstract ItemIdentity : AFIdentity with get
Property Value
Type: AFIdentityThe identity of the objects within the collection.
Remarks
This property returns an enumeration value that can be used to easily identify
the type of the objects within the collection at runtime.