PISystem.UsingDefaultAuthenticationMode Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns true if PISystem is using the default shared AFAuthenticationMode
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool UsingDefaultAuthenticationMode { get; }
Public ReadOnly Property UsingDefaultAuthenticationMode As Boolean Get Dim instance As PISystem Dim value As Boolean value = instance.UsingDefaultAuthenticationMode
public: property bool UsingDefaultAuthenticationMode { bool get (); }
member UsingDefaultAuthenticationMode : bool with get