ConnectedIdentity.Id Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns the unique Id for the current user.
Namespace: OSIsoft.AF.Support
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string Id { get; }
Public ReadOnly Property Id As String Get Dim instance As ConnectedIdentity Dim value As String value = instance.Id
public: property String^ Id { String^ get (); }
member Id : string with get