GetPIAFLinkModuleDatabaseSecurityErrors.Timeout Property
- Last UpdatedDec 15, 2025
- 2 minute read
The length of time to wait for a result from the query. If no Timeout is specified, the OperationTimeout for the connection is used.
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 0, Mandatory = false, HelpMessage = "Abort call after")] [ValidateNotNullOrEmptyAttribute] public TimeSpan Timeout { get; set; }
<ParameterAttribute(Position := 0, Mandatory := false, HelpMessage := "Abort call after")> <ValidateNotNullOrEmptyAttribute> Public Property Timeout As TimeSpan Get Set Dim instance As GetPIAFLinkModuleDatabaseSecurityErrors Dim value As TimeSpan value = instance.Timeout instance.Timeout = value
public: [ParameterAttribute(Position = 0, Mandatory = false, HelpMessage = L"Abort call after")] [ValidateNotNullOrEmptyAttribute] property TimeSpan Timeout { TimeSpan get (); void set (TimeSpan value); }
[<ParameterAttribute(Position = 0, Mandatory = false, HelpMessage = "Abort call after")>] [<ValidateNotNullOrEmptyAttribute>] member Timeout : TimeSpan with get, set