PIIdentity.AllowExplicitLogin Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property determines if the PIIdentity can be used for an explicit login.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool AllowExplicitLogin { get; set; }
Public Property AllowExplicitLogin As Boolean Get Set Dim instance As PIIdentity Dim value As Boolean value = instance.AllowExplicitLogin instance.AllowExplicitLogin = value
public: property bool AllowExplicitLogin { bool get (); void set (bool value); }
member AllowExplicitLogin : bool with get, set
Property Value
Type: BooleanReturns if the PIIdentity can be used for an explicit login, otherwise is returned.