AFTableConnection.ImpersonateUser Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates whether the PI AF Server will impersonate
the client when retrieving an externally persisted table.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool ImpersonateUser { get; set; }
Public Property ImpersonateUser As Boolean Get Set Dim instance As AFTableConnection Dim value As Boolean value = instance.ImpersonateUser instance.ImpersonateUser = value
public: property bool ImpersonateUser { bool get (); void set (bool value); }
member ImpersonateUser : bool with get, set
Property Value
Type: BooleanIndicates whether the PI AF Server will impersonate the client when retrieving an externally persisted table.