Share via


GetCimClassCommand.OperationTimeoutSec Property

 

Gets and sets the OperationTimeoutSec parameter, which enables the user to specify the operation timeout in seconds. This value overwrites the value specified by 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(ValueFromPipelineByPropertyName = true)]
public uint OperationTimeoutSec { get; set; }
public:
[AliasAttribute(new array<String^>^ { ... })]
[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
property unsigned int OperationTimeoutSec {
    unsigned int get();
    void set(unsigned int value);
}
[<AliasAttribute([| ... |])>]
[<ParameterAttribute(ValueFromPipelineByPropertyName = true)>]
member OperationTimeoutSec : uint32 with get, set
<AliasAttribute(New String() { ... })>
<ParameterAttribute(ValueFromPipelineByPropertyName := True)>
Public Property OperationTimeoutSec As UInteger

Property Value

Type: System.UInt32

Returns UInt32.

See Also

GetCimClassCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top