PIIdentity.AllowExplicitLogin Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.