SetPITrust.Disabled Property
- Last UpdatedDec 15, 2025
- 1 minute read
Mark the PI Trust as Disabled
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
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