SetPIIdentity.AllowExplicitLogin Property
- Last UpdatedDec 15, 2025
- 2 minute read
Allow explicit login for the PI Identity
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 6, ParameterSetName = "AllProperties", Mandatory = true, HelpMessage = "Allow PI Identity for explicit login?")] public bool AllowExplicitLogin { get; set; }
<ParameterAttribute(Position := 6, ParameterSetName := "AllProperties", Mandatory := true, HelpMessage := "Allow PI Identity for explicit login?")> Public Property AllowExplicitLogin As Boolean Get Set Dim instance As SetPIIdentity Dim value As Boolean value = instance.AllowExplicitLogin instance.AllowExplicitLogin = value
public: [ParameterAttribute(Position = 6, ParameterSetName = L"AllProperties", Mandatory = true, HelpMessage = L"Allow PI Identity for explicit login?")] property bool AllowExplicitLogin { bool get (); void set (bool value); }
[<ParameterAttribute(Position = 6, ParameterSetName = "AllProperties", Mandatory = true, HelpMessage = "Allow PI Identity for explicit login?")>] member AllowExplicitLogin : bool with get, set