AFSearch.Identity 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 returned
from the search.
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFIdentity Identity { get; }
Public ReadOnly Property Identity As AFIdentity Get Dim instance As AFSearch Dim value As AFIdentity value = instance.Identity
public: virtual property AFIdentity Identity { AFIdentity get () sealed; }
abstract Identity : AFIdentity with get override 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.