SetPIAFLinkTracing.Timeout Property
- Last UpdatedDec 15, 2025
- 2 minute read
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: 2.2.3.0 (2.2.3.952)
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