Share via


GetCimAssociatedInstanceCommand.OperationTimeoutSec Property

 

Gets and sets the OperationTimeoutSec parameter, which specifies the operation timeout in seconds. This setting overrides the value in the CIM session.

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

GetCimAssociatedInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top