AFServer.CurrentUserIdentities Property
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
public Object CurrentUserIdentities { get; }
Public ReadOnly Property CurrentUserIdentities As Object Get Dim instance As AFServer Dim value As Object value = instance.CurrentUserIdentities
public: property Object^ CurrentUserIdentities { Object^ get (); }
member CurrentUserIdentities : Object with get