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

PI Powershell

SetPIAFLinkTracing.Timeout Property

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

Timeout at which the AF Link tracing will automatically be disabled. If not specified, the default value of 5 minutes ("00:05:00") is used.

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

Syntax

[ParameterAttribute(Position = 2, ParameterSetName = "Enable tracing", 
	Mandatory = false, HelpMessage = "Stop tracing after")]
[ValidateNotNullOrEmptyAttribute]
public TimeSpan Timeout { get; set; }
<ParameterAttribute(Position := 2, ParameterSetName := "Enable tracing", 
	Mandatory := false, HelpMessage := "Stop tracing after")>
<ValidateNotNullOrEmptyAttribute>
Public Property Timeout As TimeSpan
	Get
	Set

Dim instance As SetPIAFLinkTracing
Dim value As TimeSpan

value = instance.Timeout

instance.Timeout = value
public:
[ParameterAttribute(Position = 2, ParameterSetName = L"Enable tracing", 
	Mandatory = false, HelpMessage = L"Stop tracing after")]
[ValidateNotNullOrEmptyAttribute]
property TimeSpan Timeout {
	TimeSpan get ();
	void set (TimeSpan value);
}
[<ParameterAttribute(Position = 2, ParameterSetName = "Enable tracing", 
	Mandatory = false, HelpMessage = "Stop tracing after")>]
[<ValidateNotNullOrEmptyAttribute>]
member Timeout : TimeSpan with get, set

Property Value

Type: TimeSpan

See Also

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