NewPSSessionOptionCommand.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 milliseconds for the wsman operation
public:
property int OperationTimeout { int get(); void set(int value); };
public:
property int OperationTimeout { int get(); void set(int value); };
public int OperationTimeout { get; set; }
[System.Management.Automation.Alias(new System.String[] { "OperationTimeoutMSec" })]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int OperationTimeout { get; set; }
member this.OperationTimeout : int with 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