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