IAFSearch(T).Identity 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 returned
from the search.
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
AFIdentity Identity { get; }
ReadOnly Property Identity As AFIdentity Get Dim instance As IAFSearch Dim value As AFIdentity value = instance.Identity
property AFIdentity Identity { AFIdentity get (); }
abstract Identity : AFIdentity with get
Property Value
Type: AFIdentityReturns the identity of the objects returned from the search.
Remarks
This property returns an enumeration value that can be used to easily identify
the type of the objects returned from the search at runtime.