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 maximum time to show the wait cursor. It cannot exceed twenty seconds.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.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 duration of the timeout
See Also
WaitCursor Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top