Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the operation 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 operation timeout interval value.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top