Share via


GetCimInstanceCommand.OperationTimeoutSec Property

 

Gets and sets the OperationTimeoutSec parameter, which specifies the timeout after which the client operation is to be canceled.

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

GetCimInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top