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

PI Powershell

SetPITrust.Disabled Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
SetPITrust.Disabled Property

Mark the PI Trust as Disabled

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

Syntax

[ParameterAttribute(Position = 9, Mandatory = false, HelpMessage = "Disable PI Trust")]
public bool Disabled { get; set; }
<ParameterAttribute(Position := 9, Mandatory := false, HelpMessage := "Disable PI Trust")>
Public Property Disabled As Boolean
	Get
	Set

Dim instance As SetPITrust
Dim value As Boolean

value = instance.Disabled

instance.Disabled = value
public:
[ParameterAttribute(Position = 9, Mandatory = false, HelpMessage = L"Disable PI Trust")]
property bool Disabled {
	bool get ();
	void set (bool value);
}
[<ParameterAttribute(Position = 9, Mandatory = false, HelpMessage = "Disable PI Trust")>]
member Disabled : bool with get, set

Property Value

Type: Boolean

See Also

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