PIServer.Identities Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This is the PIIdentity collection of the PIServer.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.