CimSessionOptions.Timeout Property

 

Gets or sets the timeout interval value.

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

Syntax

public TimeSpan Timeout { get; set; }
public:
property TimeSpan Timeout {
    TimeSpan get();
    void set(TimeSpan value);
}
member Timeout : TimeSpan with get, set
Public Property Timeout As TimeSpan

Property Value

Type: System.TimeSpan

The timeout interval value.

See Also

CimSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top