NewWSManSessionOptionCommand.OperationTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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