PISystem.DefaultAuthenticationMode Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns AFAuthenticationMode shared by parent collection.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFAuthenticationMode DefaultAuthenticationMode { get; }
Public ReadOnly Property DefaultAuthenticationMode As AFAuthenticationMode Get Dim instance As PISystem Dim value As AFAuthenticationMode value = instance.DefaultAuthenticationMode
public: property AFAuthenticationMode DefaultAuthenticationMode { AFAuthenticationMode get (); }
member DefaultAuthenticationMode : AFAuthenticationMode with get