PIServer.Identities Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is the PIIdentity collection of the PIServer.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public PIIdentities Identities { get; }
Public ReadOnly Property Identities As PIIdentities Get Dim instance As PIServer Dim value As PIIdentities value = instance.Identities
public: property PIIdentities^ Identities { PIIdentities^ get (); }
member Identities : PIIdentities with get
Property Value
Type: PIIdentitiesReturns the current collection of PIIdentity objects for the PIServer.