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