Share via


NewWSManSessionOptionCommand.OperationTimeout Property

Definition

The following is the definition of the input parameter "Timeout". Defines the timeout in ms for the wsman operation.

[System.Management.Automation.Alias(new System.String[] { "OperationTimeoutMSec" })]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int OperationTimeout { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "OperationTimeoutMSec" })>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.OperationTimeout : int with get, set
Public Property OperationTimeout As Integer

Property Value

Attributes

Applies to