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

PI Powershell

GetPIAFLinkModuleDatabaseSecurityErrors.Timeout Property

GetPIAFLinkModuleDatabaseSecurityErrors.Timeout Property

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

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: 3.1.1.0 (3.1.1.466)

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

Property Value

Type: TimeSpan

See Also

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