AddPIIdentity.DisallowUseInTrusts Property
- Last UpdatedDec 15, 2025
- 1 minute read
Disallow use in mappings for the PI Identity to add
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 5, Mandatory = false, HelpMessage = "Disallow PI Identity in trusts?")] public SwitchParameter DisallowUseInTrusts { get; set; }
<ParameterAttribute(Position := 5, Mandatory := false, HelpMessage := "Disallow PI Identity in trusts?")> Public Property DisallowUseInTrusts As SwitchParameter Get Set Dim instance As AddPIIdentity Dim value As SwitchParameter value = instance.DisallowUseInTrusts instance.DisallowUseInTrusts = value
public: [ParameterAttribute(Position = 5, Mandatory = false, HelpMessage = L"Disallow PI Identity in trusts?")] property SwitchParameter DisallowUseInTrusts { SwitchParameter get (); void set (SwitchParameter value); }
[<ParameterAttribute(Position = 5, Mandatory = false, HelpMessage = "Disallow PI Identity in trusts?")>] member DisallowUseInTrusts : SwitchParameter with get, set