Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

AddPIIdentity.DisallowUseInTrusts Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
AddPIIdentity.DisallowUseInTrusts Property

Disallow use in mappings for the PI Identity to add

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

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

Property Value

Type: SwitchParameter

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in