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

PI Powershell

SetPIAFLinkTracing.Disable Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPIAFLinkTracing.Disable Property

Manually disable the PI AF Link Trace

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

Syntax

[ParameterAttribute(Position = 0, ParameterSetName = "Disable tracing", 
	Mandatory = true, HelpMessage = "Disable tracing")]
[ValidateNotNullOrEmptyAttribute]
public SwitchParameter Disable { get; set; }
<ParameterAttribute(Position := 0, ParameterSetName := "Disable tracing", 
	Mandatory := true, HelpMessage := "Disable tracing")>
<ValidateNotNullOrEmptyAttribute>
Public Property Disable As SwitchParameter
	Get
	Set

Dim instance As SetPIAFLinkTracing
Dim value As SwitchParameter

value = instance.Disable

instance.Disable = value
public:
[ParameterAttribute(Position = 0, ParameterSetName = L"Disable tracing", 
	Mandatory = true, HelpMessage = L"Disable tracing")]
[ValidateNotNullOrEmptyAttribute]
property SwitchParameter Disable {
	SwitchParameter get ();
	void set (SwitchParameter value);
}
[<ParameterAttribute(Position = 0, ParameterSetName = "Disable tracing", 
	Mandatory = true, HelpMessage = "Disable tracing")>]
[<ValidateNotNullOrEmptyAttribute>]
member Disable : SwitchParameter with get, set

Property Value

Type: SwitchParameter

See Also

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