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