PIIdentityMapping.PrincipalName Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property identifies the principal name of a PIIdentityMapping. For the case of Windows mapping, the PrincipalName is the Windows Account Name.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string PrincipalName { get; }
Public ReadOnly Property PrincipalName As String Get Dim instance As PIIdentityMapping Dim value As String value = instance.PrincipalName
public: property String^ PrincipalName { String^ get (); }
member PrincipalName : string with get
Property Value
Type: StringReturns the principal name for this PIIdentityMapping.