AFNamedCollectionList(T).ItemIdentity Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
Syntax
public override AFIdentity ItemIdentity { get; }
Public Overrides ReadOnly Property ItemIdentity As AFIdentity Get Dim instance As AFNamedCollectionList Dim value As AFIdentity value = instance.ItemIdentity
public: virtual property AFIdentity ItemIdentity { AFIdentity get () override; }
abstract ItemIdentity : AFIdentity with get override 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.