Share via


RemoveCimInstanceCommand.OperationTimeoutSec Property

 

Gets and sets the OperationTimeoutSec parameter, which specifies the invocation operation timeout. This value overrides the CimSession operation timeout.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[AliasAttribute(new string[] { ... })]
[ParameterAttribute]
public uint OperationTimeoutSec { get; set; }
public:
[AliasAttribute(new array<String^>^ { ... })]
[ParameterAttribute]
property unsigned int OperationTimeoutSec {
    unsigned int get();
    void set(unsigned int value);
}
[<AliasAttribute([| ... |])>]
[<ParameterAttribute>]
member OperationTimeoutSec : uint32 with get, set
<AliasAttribute(New String() { ... })>
<ParameterAttribute>
Public Property OperationTimeoutSec As UInteger

Property Value

Type: System.UInt32

Returns UInt32.

See Also

RemoveCimInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top