SetCimInstanceCommand.OperationTimeoutSec 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 "OperationTimeoutSec". Used to set the invocation operation time out. This value overrides the CimSession operation timeout.
public uint OperationTimeoutSec { get; set; }
[System.Management.Automation.Alias(new System.String[] { "OT" })]
[System.Management.Automation.Parameter]
public uint OperationTimeoutSec { get; set; }
member this.OperationTimeoutSec : uint32 with get, set
[<System.Management.Automation.Alias(new System.String[] { "OT" })>]
[<System.Management.Automation.Parameter>]
member this.OperationTimeoutSec : uint32 with get, set
Public Property OperationTimeoutSec As UInteger
Property Value
- Attributes